/placeholder-enhanced

placeholder enhanced is a jQuery plugin to enhance the use of HTML5 placeholder attribute, cross-browser usage & styling

Primary LanguageJavaScript

This is the Enhanced jQuery Placeholder plugin.

Features:

- Cross-browser & Cross-styling placeholder HTML5 attribute
- Support for password, textarea, text, email, search, url, etc...


You could also style placeholder in Webkit and FireFox 4 with CSS:

/* webkit */
::-webkit-input-placeholder { color:#999 }

/* mozilla */
:-moz-placeholder { color: #999 }