This is a simple jquery plugin for placeholder.
Or use the HTML5 placeholder attribute:
<input type="text" name="test" class="holder" placeholder="HTML5 is cool"></input>
Options: message: the holder text, default is “click to enter..” style: the css style for the placeholder, the default is ‘placeholder’