/**
call validatePage() on the current page and it will trigger the form validation for this page
*/
function validatePage(){
return $("#form id").valid();
}
call validatePage() on the current page and it will trigger the form validation for this page
*/
function validatePage(){
return $("#form id").valid();
}
Comments
Post a Comment