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 25: | Line 25: | ||
testArr[index] = ""; | testArr[index] = ""; | ||
testArr[index] += $.each($(this).children(), function(ind, val){ | testArr[index] += $.each($(this).children(), function(ind, val){ | ||
return $(this).val(); | return $(this).val(); | ||
}); | }); | ||
}); | }); | ||
console.log(testArr); | |||
return testArr; | return testArr; | ||
}); | }); |