An open API service indexing awesome lists of open source software.

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.

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).