Pages

Subscribe:

Ads 468x60px

Showing posts with label jquery validation. Show all posts
Showing posts with label jquery validation. Show all posts

Wednesday, February 9, 2011

create a form validation with jQuery plugin

Formation is a jQuery plugin that allows you to quickly create a form with validation without writing any HTML. You simply specify the container you wish to append the form to. By passing a few parameters into one of the formation function calls you can add different validation such as number, e-mail, url, phone number, or zip code. Each element that you create can be fully customized. You can set the class, id, or any other attribute that is native to that element.

Enjoy!