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 16: | Line 16: | ||
$("#showQueries").click(function(){ | $("#showQueries").click(function(){ | ||
$.each($(".query"), function( index, value ){ | $.each($(".query"), function( index, value ){ | ||
alert($( this ).parent()); | alert($( this ).parent().attr("class")); | ||
}); | }); | ||
}); | }); |