My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

a simple tips for input control, tips use value property of input control to show, and auto show or hide when blur or focus the input control.

snapshot

when document ready

type something in the input control, and the tips is hidden

if you leave the input blank, the tips will show again

when you submit the form, the script will check the input value to see there are changes, clear the input value if nothing changes.

usage

 $(function() {
     $('#Description').tips({ text: 'some tips' });
 });
 

feedback

mailto:lnj@devtemptation.com

Powered by Google Project Hosting