Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wololock/tito
jQuery plugin for making labels on inputs similar to their default values, with fade in/out transition effect
https://github.com/wololock/tito
Last synced: 28 days ago
JSON representation
jQuery plugin for making labels on inputs similar to their default values, with fade in/out transition effect
- Host: GitHub
- URL: https://github.com/wololock/tito
- Owner: wololock
- Created: 2011-12-12T19:56:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-12T20:20:09.000Z (almost 13 years ago)
- Last Synced: 2024-05-02T06:17:15.804Z (6 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
tito 0.1
tito is a jQuery plugin for making labels on inputs similar to their
default values, with nice fade in/out transition effect@author Szymon Stepniak
@version 0.1
@license MIT (http://www.opensource.org/licenses/mit-license.php)
@released 2011-12-12Use example:
// Init tito with default values
$("input").tito();// Init tito with user defined additional top and left offset values
$("input").tito({
top: 5,
left: 20
});