I want to extract data using jQuery XML parsing tools, but it doesn't work and seems to block when it comes to ".find('...').each(..." -
This is my code:
I followed it which I suggested to do on a web site and The script finished with me is not working properly! And even firebug does not show any errors. Data type: "XML", complete:
var products = data.responseXML;
jQuery already responds to XML:
var ct = xhr .getResponseHeader ("content-type") || "", Xml = type === "xml" ||!! Type & amp; amp; amp; ct.indexOf ("xml")> = 0, data = Xml? Xhr.responseXML: xhr.responseText;
Try to control the code directly .
Comments
Post a Comment