Why is the wrong field value shown in the error message when using jQuery (remote) validation?

前端 未结 2 906
暗喜
暗喜 2021-01-28 04:51

I\'m using the jQuery validation plugin in a very similar manner to the Remember The Milk demo.

$(\"#registrationForm\").validate({
  rules: {      
    email: {         


        
2条回答
  •  执念已碎
    2021-01-28 05:52

    The user name field on the Remember the Milk demo fails in the same way (when entering user names 'Peter' and 'George'), so you've probably found a bug in the plugin.

提交回复
热议问题