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