Skip to content
Snippets Groups Projects
Commit ee132e2a authored by Seth Meranda's avatar Seth Meranda
Browse files

added comments

parent a343c7f4
No related branches found
No related tags found
No related merge requests found
WDN.jQuery(document).ready(function() { WDN.jQuery(document).ready(function() {
//handle the search form label
WDN.jQuery('form#searchform label').css({display: "block"}); WDN.jQuery('form#searchform label').css({display: "block"});
WDN.jQuery('form#searchform input#search_input').focus(function(){ WDN.jQuery('form#searchform input#search_input').focus(function(){
WDN.jQuery(this).siblings("label").hide(); WDN.jQuery(this).siblings("label").hide();
...@@ -8,4 +9,5 @@ WDN.jQuery(document).ready(function() { ...@@ -8,4 +9,5 @@ WDN.jQuery(document).ready(function() {
WDN.jQuery(this).siblings("label").show(); WDN.jQuery(this).siblings("label").show();
}; };
}); });
//end handling of the search form label
}); });
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment