jQuery validator - Cannot call method 'call' of undefined error - while adding validation dynamically

前端 未结 6 1675
失恋的感觉
失恋的感觉 2020-12-31 14:13

This is my code to update the jQuery validation dynamically. In document load i create the validation. This code is used to update the phone number validation dynamically. A

6条回答
  •  太阳男子
    2020-12-31 14:34

    You also need to add this additional methods

    http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/additional-methods.js

提交回复
热议问题