jquery.hintbox.js is a jQuery plugin that adds functionality to an input box to show and hide hints to the user on focusIn and focusOut events.
See a JSFiddle demo of jquery.hintbox at http://jsfiddle.net/jookyboi/ra22r/34/
- activeClass (string): CSS class to use when the textbox has focus
- filledClass (string): CSS class to use when the non-focused textbox contains a non-empty string
- hintText (string): Default text to show when the non-focused textbox contains an empty value
jquery.hintbox does not trigger any custom events.
jquery.hintbox does not expose any public methods.