Vote count:
0
I am trying to run simple ajax request, however, it doesnt send the request on IE.
$.ajax({
url: "http://www.example.com",
dataType: "text",
timeout: 100
}).done(function(str) {
$.globalEval(str);
});
Looking at the console, no errors and warnings. What is the correct way to run this on IE ?
asked 1 min ago
Simple ajax request doesnt work in IE
Aucun commentaire:
Enregistrer un commentaire