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