Persist Helper Text
The purpose of this plugin is to persist the display of helper text associated with a form field by rendering the helper text (the title attribute on the field) inside the field until the user wants to...
View ArticleField Watermark
Used to set the field default value to show or hide depending on whether the field has focus or not and whether the field has content other than the default.
View ArticleClear Form Field Value
This is a super light weight plugin (only 20 lines an 661bytes. (No compression needed).What does it do? It removes the value of a text/password when the user focues on the field.that's it...How to use...
View ArticleztInputHint
This Plugin add dummyfields to display hints for text- and password-input-fields. The dummys will not be submit.Or it can pick automatically an optional given attribute (default: title) of the element...
View ArticleclearLabel
This plugin takes care of hiding your labels and setting them as an input value. Perfect for search forms or short forms without breaking the usability for disabled people, screenreaders and non...
View ArticleClear the value of a form field (input field or textarea) when it's in focus
This function will clear the value of a form field (input field or textarea) when in focus (e.g "Enter your email address...") and remember the default value. If the field looses focus and the value is...
View ArticleAdd Clear
Add Clear is a jQuery plugin that adds a input clearing button on any input you apply it to. It clears the value, and returns focus to that field.
View ArticlejHelp - context sensitive draggable form help
The jHelp plug-in provides easy to implement, draggable, context-sensitive help for your web forms. Users can open the jHelp Panel by either clicking a Help Icon next to each field, or in I.E. by...
View ArticlePlaceholder attributes
An easy way to set default text in an input field which disappears on focus and reappears on blur if the textbox is empty.Example: $('#myInputField').placeholder('default text');Note: Focused elements...
View Article