Form submition with jQuery is not working correctly with IE8

后端 未结 5 1536
广开言路
广开言路 2021-01-24 09:40

jQuery $.ajax() does not seem to work correctly with IE8 but it is working with Firefox, Chrome and Safari. I am submittin the form and response back in JSO

5条回答
  •  悲&欢浪女
    2021-01-24 10:04

    1. Try changing the selector (to input:submit or :submit)
    2. Add an error handler to the ajax call and see what it says

提交回复
热议问题