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(){
alert($( this ).tagName);
}
$("#showQueries").click(function(){
$("#showQueries").click(function(){
   alert($(":focus").tagName);
   alert($(":focus").tagName);

Revision as of 17:53, 17 October 2013