Microsoft JScript runtime error: Object doesn't support property or method 'validate'

后端 未结 2 1155
你的背包
你的背包 2021-01-29 05:16

This issue is that i am getting the error, Microsoft JScript runtime error: Object doesn\'t support property or method \'validate\'. Couldn\'t figure out why. Any suggestions?

2条回答
  •  梦谈多话
    2021-01-29 05:50

    There is no built-in jQuery function named validate. It's available from several plugins though. For example

    • http://docs.jquery.com/Plugins/Validation

    Have you properly included the plugin's in your page?

提交回复
热议问题