Side navigation
#6659 closed bug (invalid)
Opened June 11, 2010 07:44AM UTC
Closed June 12, 2010 01:05AM UTC
Last modified July 12, 2010 07:13AM UTC
$.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.
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.