Hi, In Jquery Form validation, the errorplacement function executes for each and every control in the page. Means It fires for controls with no validation error also.Is this the default behaviour for form valiadtion..?. How can i restrict the errorplacement function to be called only for controls which are invalid. (I am resetting the error in Success function)
Thanks in advance Ratheesh