https://github.com/tubbo/jquery-defacto
A default text plugin for jQuery that's concise, expandable, and best of all, SIMPLE!
https://github.com/tubbo/jquery-defacto
Last synced: 17 days ago
JSON representation
A default text plugin for jQuery that's concise, expandable, and best of all, SIMPLE!
- Host: GitHub
- URL: https://github.com/tubbo/jquery-defacto
- Owner: tubbo
- Created: 2011-12-15T17:41:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:25:58.000Z (over 1 year ago)
- Last Synced: 2025-04-12T01:18:10.685Z (17 days ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Defacto: A default text plugin for humans.
==========================================jQuery.defacto is a [jQuery][1] plugin that replaces the `value` of a given `` field with the text you type when focused. It allows for default text to be embedded in text/password inputs, and ensures consistent functionality across all browsers. It was designed to be simple, straightforward, and most of all easy to use.
Features
--------- Cross-browser compatible, tested in Firefox 3.6+, all versions of Chrome/Safari, and Internet Explorer 5.5+
- Changeable default text colorRoadmap
-------- Dim default text until typing occurs (a la apple.com)
- Leverage existing HTML5 default text features in modern browsers