-
-
Save vedovelli/adcb2523af5d10f7edbb32edf209a5ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.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