Skip to content

Instantly share code, notes, and snippets.

@vedovelli
Created May 18, 2016 17:08
Show Gist options
  • Save vedovelli/adcb2523af5d10f7edbb32edf209a5ca to your computer and use it in GitHub Desktop.
Save vedovelli/adcb2523af5d10f7edbb32edf209a5ca to your computer and use it in GitHub Desktop.
$.ajax({
type : "GET",
url : "http://blachblahblah.com/abc.html",
dataType : "text/xml",
data : { xml : escape("<xml version='1.0'><MyTasks><Search></Search></MyTasks>") },
success : function(msg){ alert('Success'); } ,
error : function(msg) { alert('Failed'); }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment