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: | ||
testVar.push($.each($(".query"), function(index, value){ | testVar.push($.each($(".query"), function(index, value){ | ||
var testArr = []; | var testArr = []; | ||
testArr.push($.each($(this).children(), function(ind, | testArr.push($.each($(this).children(), function(ind, tal){ | ||
return $(this).val(); | return $(this).val(); | ||
})); | })); |