Super Simple Infield Hints
The simple way to add beautiful hints to your form inputs.
This script is made of only 1 file that sets the hint based on the value of the input attribute: placeholder.
This script is available as a JQuery Plugin.
Note - you can add styles to your hint boxes by using classes in it's text input. The generated hint element will inherit those classes.
The JQuery function must be initialized. For example:
$(document).ready( function(){ $(this).infieldhints(); } );





