Why is IE 10 Refusing to send POST data via jQuery $.ajax

后端 未结 8 2332
-上瘾入骨i
-上瘾入骨i 2020-12-05 05:00

Both in my development and production environment, IE 10 is refusing to send any POST data via a simple $.ajax call.

My script looks like this:

d = \         


        
8条回答
  •  无人及你
    2020-12-05 05:50

    Edited

    Still there is no fix from Microsoft for this except using

    by add the above meta tag, IE10 will run your javascript in IE9 compatible mode.

    Old answer.

    i am posting the sample code for the test that i made, and you can also utilize the same code for your code.

    
    
        
    
    
    
    Click me please
        GetJobDetail
    
        

    Url:
    parameters:
    submit :

提交回复
热议问题