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($(this).children(), function(ind, val){
$.each($(this).children(), function(ind, val){
                                     alert(val);
                                     alert($(this).val());
                                 });
                                 });
});
});

Revision as of 18:54, 21 October 2013