Opened 12 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | new → closed |
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.