Skip to content Skip to sidebar Skip to footer

AJAX Cross-domain Request IE 8+

How to correct rewrite the Ajax request to make it work in IE 8 +, using XDomainRequest? $.ajax({ type: 'GET', url: url, success: function(xml) { $('.post-msg')

Solution 1:


Post a Comment for "AJAX Cross-domain Request IE 8+"