https://github.com/domchristie/ios-placeholder
A jQuery plugin that mimics the behaviour of iOS placeholder text in input fields
https://github.com/domchristie/ios-placeholder
Last synced: about 2 months ago
JSON representation
A jQuery plugin that mimics the behaviour of iOS placeholder text in input fields
- Host: GitHub
- URL: https://github.com/domchristie/ios-placeholder
- Owner: domchristie
- Created: 2011-09-11T20:29:58.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-29T21:16:44.000Z (over 13 years ago)
- Last Synced: 2025-04-23T00:48:22.534Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 127 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iOS Placeholder
===============Emulates iOS-style placeholder input fields. [See the demo](http://domchristie.github.com/ios-placeholder/)
Usage
-----$('input[placeholder]').iosPlaceholder();
Browser Support
---------------Works on all modern browsers. Also tested on IE6-8 and works well.
Todo
----* Refactor parts into nice methods