Am 10/14/2012 8:58 AM, schrieb Joshua Niehus:

I have some jQuery AJAX calls that work fine on Safari, Chrome, and
Opera but doesn't seem to get through with Firefox. Has anyone run into
this or is there some setting in Firefox that could be interfering?

Is the URL the same host/port as the website itself (maybe localhost vs.
127.0.0.1)? Or maybe the Firefox error console can give a clue.

I can only say that the forums use $.post(), which according to the
docs calls $.ajax(), and there it works fine in Firefox.