Skip to main content

check page validation in jquery on button click

Code to check validation in jquery on button click on page is :

if($(Form1).valid())
{

//your code goes here

}

Done !! :)

Comments