I'm using jQuery to parse XML which is retrieved via ajax, however I have found a problem/bug with using the actual XML input.
Consider the following example:
var $line = $('<example dir="value">Example Text</example>'), dir = $line.attr("dir");
console.info("dir: ", dir);
This example should return 'value' instead it returns an em...
Hi All,
I am naive jQuery programmer, so somebody please help me out with this problem. The first example shows what i am doing and its working. But my dilemma is that the list is created by parsing a XML. If so how would i parse the xml, find the 'title' attribute and then load the corresponding url into a Div. Thanks in advance...
jQu...
Hi
I have a html file where the data is read from xml file.I've used JQuery in JavaScript to get the data, this page works fine with FireFox and IE but failed in case of Chrome.
Any solution????
...