Side navigation
#10071 closed bug (worksforme)
Opened August 17, 2011 11:51AM UTC
Closed August 18, 2011 06:49AM UTC
$.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.
Attachments (0)
Change History (1)
Changed August 18, 2011 06:49AM UTC by comment:1
_comment0: | I've just put together a test case here 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. → 1313650212913919 |
---|---|
component: | unfiled → ajax |
priority: | undecided → low |
resolution: | → worksforme |
status: | new → closed |
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.