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 13: | Line 13: | ||
$("input:focus").parent().get( 1 ).append(andBox); | $("input:focus").parent().get( 1 ).append(andBox); | ||
}); | }); | ||
$(".queryString").focus(function(){ | $(".queryString").focus(function(){ | ||
alert($( this ).tagName); | alert($( this ).tagName); | ||
} | }); | ||
$("#showQueries").click(function(){ | $("#showQueries").click(function(){ | ||
alert($(":focus").tagName); | alert($(":focus").tagName); |