I am using the code below to use xml loading in jsfiddle.net
$.ajax({
type: "GET",
url: "/echo/note.xml",
dataType: "xml",
success: function(xml) {
alert('Hi');
}
});
But that does not work. Please take a look at this and correct my mistakes.
here is a violin
user817507
source
share