[jQuery] AJAX and the Content-Type response header

2009-12-17 Thread MrM
Hi, Firstly, let me apologize if this has been discussed before. I have searched the group and couldn't find anything on the subject. Now, to my question. Am I correct to assume that the jQuery.ajax function pays no heed to the Content-Type response header it receives from the server? If so, can

[jQuery] Re: AJAX and the Content-Type response header

2009-12-18 Thread MrM
n get what you want, and you always > know beforehand what the format (content type) it would be. > > for jquery, if you do not specify the content type parameter, it is > smart enough to figure out what it is. > > > > On Fri, Dec 18, 2009 at 6:50 AM, MrM wrote: > > H