[jQuery] Re: xml webservice & callback & document.domain

2008-02-22 Thread Scott Vickers
on further investigation it actually is calling the error handler and giving a parsererror. For now I just check the browser and if FF do text datatype, xml for all others. a crummy workaround but i guess it will do. On Feb 21, 12:48 pm, Scott Vickers <[EMAIL PROTECTED]> wrote: > I

[jQuery] xml webservice & callback & document.domain

2008-02-21 Thread Scott Vickers
I am trying to call a .net webservice with a get and no parameters. It is returning a simple xml doc with a single string element like this: http://www.mysite.com/";> blahblah here is the jquery code I am using: $.ajax({ type:"GET", dataType: "xml", url:$lin