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(index);
                                     alert(val);
                                    alert(event.data.keyword.iterator);
                                 });
                                 });
});
});

Revision as of 18:53, 21 October 2013