I wrote some very simple code using jQuery to send an ajax request,
and the code works fine in IE but in Firefox there is never any
response. Firebug confirms this. The code calls a php script which
updates a database, and the update is successful, but no text that I
echo from php is retrieved by the callback function in Firefox. Even
if I change the php script to be a simple echo statement and nothing
else, no callback. All of the above works perfectly in IE.

I just checked and got no response in Chrome either. Any suggestions?
I noticed other posts that say ajax with jQuery works differently for
IE vs. Firefox/Chrome, which is ironic since I'm using jQuery in the
hopes of attaining cross-browser compatibility!

Thanks for your help,

mitchmaster

Reply via email to