Skip to content

dpickett/jquery_hints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

JQuery Hint

Adds inline hints to your text fields. The code below will show a text field with “Search” as a value. When a user clicks on the field to type something in, the “Search” string will be removed for the user to enter something. If they don’t enter anything, and they set focus on something else, the hint will return

<input type="text" class="hintable" title="Search Here" />

Your javascript would be like this:

$(function(){ $("input.hintable").hint(); });

About

Hints for your text fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published