If I have a input textbox like this:
How can I set the value of the t
This worked for me:
$("#searchField").focus(function() { this.value = ''; });