#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
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
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.
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.