What is the jQuery alternative to this?
Posted
by Jack Roscoe
on Stack Overflow
See other posts from Stack Overflow
or by Jack Roscoe
Published on 2010-06-16T14:52:14Z
Indexed on
2010/06/16
15:02 UTC
Read the original article
Hit count: 134
JavaScript
|jQuery
What is the jQuery alternative to the following JavaScript code?
var xmlobject = (new DOMParser()).parseFromString(xmlstring, "text/xml");
I believe a jQuery alternative would be more cross-browser compatible?
© Stack Overflow or respective owner