Two days ago encountered a problem, easyui the DataGrid sent to the background to send a request for local testing no problem, put the server under the Google no problem, the request sent under IE failed. Open Browser Console to view request failed, console error script7002:xmlhttprequest: Network error 0x2ef3,network service is suspended:
Page Popup error message box:
Troubleshooting: By Google under the request data success, IE has a problem, infer that the foreground to send Ajax error, not the cause of the background. And then in IE under the Console.log front desk to find the transfer parameter also did not ask questions, presumably is easyui on the Ajax encapsulation problem. Then the AJAX request post is modified to post, and the data request succeeds.
Later on the Internet to see some information, found to modify Easyui source Ajax Async:false, the problem is resolved. Modify the code as follows:
Browser Console error Script7002:xmlhttprequest: Network errors 0X2EF3