I have a jquery plugin for textbox hints.
Refer to the link below for the hint plugin: http://remysharp.com/2007/01/25/jquery-tutorial-text-box-hints/
May I know how can I change the hint dynamically? Thank you.
I have a jquery plugin for textbox hints.
Refer to the link below for the hint plugin: http://remysharp.com/2007/01/25/jquery-tutorial-text-box-hints/
May I know how can I change the hint dynamically? Thank you.
This is not possible with the plugin, but you could change it to make this possible: Replace the title-variable with $input.attr('title') everywhere. This would allow you to dynamically change the title-attribute of your <input/>.