Widget:KeywordSearch: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 27: | Line 27: | ||
return testArr; | return testArr; | ||
}); | }); | ||
console.log(testVar.find($("input))); | console.log(testVar.find($("input"))); | ||
}); | }); | ||
}); | }); |