See what this does for you: $(function() { $.get("a url to some xml", function(response) { alert(response); }); });
Adrian On Aug 18, 6:18 pm, desbest <afanintheho...@gmail.com> wrote: > How do I load an external http xml request with jquery? > > Below is a url when pasted into a web browser like firefox, an xml document > is shown. > > This is for the CPanel XML API. > > http://hostingz.org:2086/xml-api/createacct?username=WeAreWatching&pl... > email=contact.wearewatch...@gmail.com&domain=thewawblog&useregns=0&reseller=0 > > How do I make this work in jquery using an xml request? > > -- > View this message in > context:http://www.nabble.com/How-do-I-load-an-external-http-xml-request-with... > Sent from the jQuery General Discussion mailing list archive at Nabble.com.