Modify ↓
Ticket #10071 (closed bug: worksforme)
$.post() callback function not triggering in Firefox 6
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Any calls to $.post() which specify a callback function do not get called once the request has finished.
Eg.
$.post('/somewhere', {}, function(data){alert('testing');});
The alert() won't trigger.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I've just put together a test case which I've verified as working fine with jQuery (edge) (ie 1.6.2+) and Firefox 6. http://jsfiddle.net/yQZBn/1/. For what it's worth, 1.6.2 is also working fine for me.
Should another team member be able to confirm otherwise, please feel free to re-open this ticket.