jQuery Validation Plugin: How can I force validation on previously valid fields?

前端 未结 2 757
Happy的楠姐
Happy的楠姐 2021-02-06 01:09

I\'m using jQuery Validation plugin to validate a form. Do you know how to force revalidation on previously successful fields?

I have tried the .form fu

2条回答
  •  渐次进展
    2021-02-06 01:55

    I came upon this answer when I was looking into using jQuery remote unobtrusive validation. It wasn't the best documented topic in the world and also it wasn't without quirks. So much so that I ended up writing a blog post about what I learned. Link here in case helpful:

    http://icanmakethiswork.blogspot.com/2012/03/jquery-unobtrusive-remote-validation.html

提交回复
热议问题