jQuery validation plugin error: TypeError: validator is undefined

后端 未结 13 2391
无人及你
无人及你 2020-12-09 03:10

Here is html code for the form:

13条回答
  •  难免孤独
    2020-12-09 03:15

    I had @Scripts.Render("~/bundles/jquery") in the parent view (_Layout.cshtml) and had also defined some other jquery Script tags in another view, they clashed.

提交回复
热议问题