forked from jasoncodes/jquery-html5-placeholder-shim
-
Notifications
You must be signed in to change notification settings - Fork 0
grahamscott/jquery-html5-placeholder-shim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This plugin adds support for the placeholder attribute in html5
form elements to browsers that don't natively support.
Usage:
$(document).ready(function() {
$('.foo').placeholderShim();
}
HTML5 placeholder Example:
<input type="search" placeholder="search the internets" name="query" />
Liscense:
Dual licensed under the MIT and GPL licenses.
About
Makes the html5 input placeholder attribute work in all browsers
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%