I am using the below code to use xml loading in jsfiddle.net
$.ajax({
type: "GET",
url: "/echo/note.xml",
dataType: "xml",
success: function(xml) {
alert('Hi');
}
});
But it is not working.. Please have a look at this and correct my mistakes..
here is the fiddle
See working fiddle:
http://jsfiddle.net/davelnewton/GwGrG/
And the docs:
http://doc.jsfiddle.net/use/echo.html