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

Revision as of 18:54, 21 October 2013