jQuery 1.5.1 breaks all ajax() calls

孤者浪人 提交于 2019-11-27 16:08:17

This is a bug in the jQuery validation plugin. I hit the exact same problem two days ago. As it says on the jQuery validation plugin site, version 1.7 is not compatible with jQuery 1.5.x.

You need to install the newer version of validate from Jörn's github page.

vasya

see http://bugs.jquery.com/ticket/8302

and try dataType: 'text json' in your code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!