Jquery TextBox Help Plugin
This plugin will add new behaviour your textboxes.
With this plugin, you can set help text inside to texbox. When user click to text box, help text will disappear. If, user leave text box without type anything, your help text come back and it will show again.
In addition, plugin supporting for focus css styling. It will add automaticly "focus" class to your text box, when user click inside it. When user click somewhere else, "focus" class will be removed.
Basic Usage:
$().ready(function(){
$('#search').textboxhelp({help:'Search!'});
});Basic Usage With Custom Class:
$().ready(function(){
$('#search').textboxhelp({help:'Search!', focuscls:'custom_cls'});
});That's all.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 0.1.1 | 2009-Jan-21 | 18.09 KB | Recommended for 1.0.x | ||
| 0.1 | 2009-Jan-21 | 18.03 KB | Recommended for 1.2.x | ||
