Sam Gregory
Sam Gregory

Reputation: 139

jQuery Ajax cross browser/cross OS

Is there any reason why a jQuery Ajax request to the server would work on Firefox for Mac and not on Firefox for PC?

Upvotes: 0

Views: 255

Answers (1)

Adrian J. Moreno
Adrian J. Moreno

Reputation: 14859

If you haven't already, install FireBug and take a look at the contents of the request in each browser.

http://getfirebug.com/

Upvotes: 1

Related Questions