Answer the question
In order to leave comments, you need to log in
How to solve jQuery script issue in IE 10?
Good day, ladies and gentlemen. It fell to my lot to test the site on the IE browser. And one unpleasant bug was discovered, namely, the script cannot process the code sent from the html + js server.
1. Fragment of Javascript code (sending a request, and receiving data):
var xhrGetContent = $.ajax({
url: '/users/orders',
data: data,
dataType: 'json',
type: 'POST',
success: function(responseJSON) {
<b>$popupContentResponse.html(responseJSON.view);</b>
});
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question