Bug Tracker

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 addyosmani

Component: unfiledajax
Priority: undecidedlow
Resolution: worksforme
Status: newclosed

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.

Last edited 12 years ago by addyosmani (previous) (diff)
Note: See TracTickets for help on using tickets.