https://github.com/niceue/placeholder
Makes the html5 input placeholder attribute fully compatible.
https://github.com/niceue/placeholder
Last synced: about 1 year ago
JSON representation
Makes the html5 input placeholder attribute fully compatible.
- Host: GitHub
- URL: https://github.com/niceue/placeholder
- Owner: niceue
- License: mit
- Created: 2013-07-16T07:41:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-10T07:16:37.000Z (almost 11 years ago)
- Last Synced: 2025-03-27T08:48:19.606Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Placeholder
Makes the html5 input placeholder attribute fully compatible.
### Usage
Include resources
``` html
```
That's all!
### Browser Support
* IE6+
* Chrome
* Safari 4+
* Firefox 3.5+
* Opera
### Bugs / Contributions
- [Report a bug](https://github.com/niceue/placeholder/issues)
- To contribute or send an idea, github message me or fork the project
### Build
Placeholder use [UglifyJS2](https://github.com/mishoo/UglifyJS)
you should have installed [nodejs](nodejs.org) and run `npm install uglify-js -g`.
### License
[MIT License](https://github.com/niceue/placeholder/blob/master/LICENSE.txt).