Skip to content

kastner/jquery-hints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

jQuery Form Hints Plugin

A jQuery plugin to give the user a hit of what form fields should have in them

Usage:

	<form id="my-form">
		<label for="name">Name:</label>
		<input type="text" id="name" name="name" />
	</form>
	<script type="text/javascript" charset="utf-8">
		$("#my-form").hints();
	</script>

About

jQuery plugin to give hints on form inputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published