Jquery form validation plugin - temporarily disable and then enable
I'm using Jq开发者_开发技巧uery form validation plugin. http://docs.jquery.com/Plugins/validation All I want is to temporarily disable the form validation while am performing some other operation and after that re-enable the validation on that form.
I used unbind..but then am not able to reenable the validation on that form.
I have 25-30 forms.. so enabling each form again using the rules not possible..Any Suggestion??
精彩评论