Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateusmaso/jquery.placeholdr
jQuery plugin for emulating placeholder
https://github.com/mateusmaso/jquery.placeholdr
emulate-placeholders javascript jquery jquery-plugin
Last synced: 11 days ago
JSON representation
jQuery plugin for emulating placeholder
- Host: GitHub
- URL: https://github.com/mateusmaso/jquery.placeholdr
- Owner: mateusmaso
- License: mit
- Created: 2014-08-13T01:32:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T01:19:21.000Z (almost 10 years ago)
- Last Synced: 2024-10-06T04:21:45.857Z (about 1 month ago)
- Topics: emulate-placeholders, javascript, jquery, jquery-plugin
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
jquery.placeholdr [![Build Status](https://travis-ci.org/mateusmaso/jquery.placeholdr.svg?branch=master)](https://travis-ci.org/mateusmaso/jquery.placeholdr)
==================jQuery plugin for emulating placeholder on editable elements.
## Features
* Emulate placeholders.
* Textarea, input and contenteditable support.## Dependencies
* jquery.js (>= 2.1.0)
## Examples
```javascript
$("input placeholder='Foo Bar'").placeholdr();
```## License
Copyright (c) 2013-2014 Mateus Maso. Released under an MIT license.