Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Jquery TextBox Help Plugin


Average rating
(2 votes)

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 releasesDateSizeLinksStatus
0.1.12009-Jan-2118.09 KBRecommended for 1.0.xThis is currently the recommended release for 1.0.x.
0.12009-Jan-2118.03 KBRecommended for 1.2.xThis is currently the recommended release for 1.2.x.