What\'s the best way to have a text input field that displays instructions of what to enter in that field in gray. When you focus on that input field, the gray instruction text
You don't need javascript for this.
HTML5:
This works in modern browsers. If you add modernizr.js to your page then it'll work in all browsers.