Simple Jquery validation Tutorial

Validate your forms empty fields by this simple code of jquery with css. you can customize error class according to your style.So use this Simple Jquery validation Tutorial

Simple Jquery validation Tutorial


CSS CODE

#quoteForm label
{
 display:block;
}
.error
{
 border:solid 1px #ff0000!important;
}

JQUERY CODE



HTML CODE

Download File Used in this example View Live Demo
Total Downloads:

No comments:

Post a Comment