Bug Tracker

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#6659 closed bug (invalid)

$.post doesn't work with firefox 3.7a5pre

Reported by: jacinto Owned by:
Priority: Milestone: 1.4.2
Component: unfiled Version: 1.4.2
Keywords: firefox 3.7 Cc:
Blocked by: Blocking:

Description

when using $.post('/url', param, function(data) { alert(data); }); no data returns and no alert called. the wholel function(data) won't be called.

Change History (2)

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

Most likely there's a bug that should be reported to the Firefox team, but it's not possible to tell given the information in this report. If you can create a simple test case it would be possible to isolate the problem to determine where it lies.

comment:2 Changed 13 years ago by jacinto

hi, i just wanted to say that i found the problem, that the async has to be false. My env is ubuntu 9.04 amd64 with firefox 3.7+.

Note: See TracTickets for help on using tickets.