[jQuery] Re: Workin Internet Explorer Example

2007-09-14 Thread 0xCAFE
AA! I found it ! \o/ The problem was that in my AJAXCheckUsername.jsp, I was not setting the content-type ! So I added this line : Response.addHeader("Content-Type: text/plain; charset=iso-8859-1"); Now Internet Explorer is not giving any error and it looks like Firefox is gett

[jQuery] Re: Workin Internet Explorer Example

2007-09-14 Thread 0xCAFE
I agree it works in IE7. The q.cfc script is outputing JavaScript. In my case, it's outputing either the word "Available" or "Not Available". I have modified a strip-down version of my code to work similarily as the one on co-opcookbook.com