Is there any reason why a jQuery Ajax request to the server would work on Firefox for Mac and not on Firefox for PC?
+1
A:
If you haven't already, install FireBug and take a look at the contents of the request in each browser.
iKnowKungFoo
2010-03-24 17:02:09
I already have, the response of the ajax request shows nothing is returned at all from the query. So...wtf? is there any significant difference in the two browsers?
Sam Gregory
2010-03-24 17:24:13
@Sam Gregory: A block of code is worth a thousand words...
dalbaeb
2010-03-24 18:23:11
@Sam have you verified that both browser are sending exactly the same request? Are they sending the same variables and values? And yes, code would be nice. Maybe just your .ajax() function?
iKnowKungFoo
2010-03-24 18:26:30