I\'d like to call a .net webservice from another domain using only jquery.
What is the best way to do this? and are there any configuration changes I need to be awar
First, I'm not really sure if cross-site ajax as implemented in jquery will work in all browsers (firefox 3) just like that. Second, I assume you are talking about a SOAP web service. I'd rather not do that. It'll be very complicated to implement.