TypeError: e[h] is not a function

后端 未结 6 1016
说谎
说谎 2020-12-28 18:20

I\'ve been using jquery 1.6 with no problem. Today I switched to jquery 1.8 and suddenly I am getting this error when trying to submit a form:

TypeError: e[h         


        
6条回答
  •  悲&欢浪女
    2020-12-28 18:41

    Your form and input have the same name attribute value, login.

    Change the name on the input to something else, like submit. This should clear up your error.

提交回复
热议问题