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 50: Line 50:
                 event.data.keyword = {};
                 event.data.keyword = {};
                 event.data.keyword.iterator = 0;
                 event.data.keyword.iterator = 0;
                console.log($(".query"));
$.each($(".query"),function (index, value) {
$.each($(".query"),function (index, value) {
$.each(value, function(ind, val){
$.each(value, function(ind, val){

Revision as of 18:50, 21 October 2013