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 53: | Line 53: | ||
$.each($(".query"),function (index, value) { | $.each($(".query"),function (index, value) { | ||
$.each(value, function(ind, val){ | $.each(value, function(ind, val){ | ||
alert( | alert(val); | ||
}); | }); | ||
}); | }); |