1 person following this project (follow)

Project Description
Automatically display hints on input textboxes in your forms using this jQuery plugin. I wrote this code to be as simple and as easy to use as possible.

Usage
<input type="text" title="Hint Text!" />

$(document).ready(function() {
    $('input[title]').inputHints();
});


Check out a working demo at my blog: http://blog.robvolk.com/2009/01/jquery-form-input-hints.html

jQuery Plugin Page: http://plugins.jquery.com/project/InputHints

jQuery Compatability
  • jQuery v1.4.1
  • jQuery v1.3.2

Last edited Feb 17 2010 at 2:19 AM by robvolk, version 6