Skip to content

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

Notifications You must be signed in to change notification settings

dooke/placeholder-enhanced

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 }

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published