jQuery validate and tabs
- by ntan
Hi i am using jQuery validate for my form validation.
The form is inside tabs.When i get an error i add an icon to the tab that error exist to be visual by the user
So far so good.
My problem is that after correct the error i can not remove the error in tab icon.
I was assuming that validator is accessible via success but its not
Assuming that…