Guest User

Untitled

a guest
Jul 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $('#search-field').focus(function(){ if($(this).val() == this.defaultValue) $(this).val(''); });
  2. $('#search-field').blur(function(){ if($(this).val() == '') $(this).val(this.defaultValue); });
Add Comment
Please, Sign In to add comment