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 24: | Line 24: | ||
var testVar = $.each($(".query"), function(index, value){ | var testVar = $.each($(".query"), function(index, value){ | ||
testArr[index] += $.each($(this).children, function(ind, val){ | testArr[index] += $.each($(this).children, function(ind, val){ | ||
}); | }); | ||
return testArr; | return testArr; | ||
}); | }); | ||
alert(testArr[0].find($("input")).val()); | |||
}); | }); | ||
}); | }); |