Quantcast
Channel: jQuery XML parsing/manipulation IE8 error - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Dr.Molle for jQuery XML parsing/manipulation IE8 error

There are 2 issues:From the docs: Query( html [, ownerDocument] )html: A string of HTML to create on the fly. Note that this parses HTML, not XML.IE, following the DOM-specification, does not accept...

View Article



Answer by antonjs for jQuery XML parsing/manipulation IE8 error

Try to serialize the fetch XML element in this way:function xml2Str(xmlNode){ try { // Gecko-based browsers, Safari, Opera. return (new XMLSerializer()).serializeToString(xmlNode); } catch (e) { try {...

View Article

jQuery XML parsing/manipulation IE8 error

I am loading an XML file using jQuery $.get. after loading the content, i can manipulate it and append the xml nodes to my own elements using .append().this works on chrome and firefox, but not on...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images