Replace ActiveXObject with browser-agnostic JQuery
What is the Jquery code to replace the following so it works in Edge, Chrome, etc....
var xDoc = new ActiveXObject("MSXML.DOMDocument");
xDoc.async = false;
xDoc.loadXML( sRequestXML )
I'm trying this without success
var xDoc = $.parseXML(sRequestXML)
Experts Exchange (EE) has become my company's go-to resource to get answers. I've used EE to make decisions, solve problems and even save customers. OutagesIO has been a challenging project and... Keep reading >>
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.