-
Notifications
You must be signed in to change notification settings - Fork 0
Provides a polyfill for browsers that do not support the placeholder attribute on input elements.
License
blouk/jQuery-Placeholder-Attribute-Polyfill
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Description:
Provides a polyfill for browsers that do not support the placeholder attribute on input elements.
Usage:
$( "input[type=text]" ).placeholder();
$( "input[type=text]" ).placeholder({
tagName: "div",
polyClass: "placeholder",
wrapClass: "placeholder-wrap",
callback: function ( e ) {
// Do something
}
});
Note:
Keep the comment with the code please, thanks!About
Provides a polyfill for browsers that do not support the placeholder attribute on input elements.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published