Skip to content
This repository was archived by the owner on Feb 25, 2019. It is now read-only.

jukebox42/nextVal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery.nextVal

Javascript form validation plugin for jQuery

Usage

$(function() {
   $('form[name=FORM_NAME]').nextVal({
	  ...options...
   });
});

Documentation

$(function() {
	$('form[name=contact]').nextVal({});
});

<h3 id="example0">My Basic Login Form</h3>
<form name="contact" method="post" action="#example0">
	<p>
		<input type="text" placeholder="E-mail Address" validate="email" name="email" /><br />
		<input type="text" placeholder="Password" validate="empty" name="password" /><br />
		<input type="submit" />
	</p>
</form>

see http://jukebox42.github.com/nextVal for full documentation.

About

Client-side form validation plugin for jQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published