Bug Tracker

Modify

Ticket #10071 (closed bug: worksforme)

Opened 22 months ago

Last modified 22 months ago

$.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

comment:1 Changed 22 months ago by addyosmani

  • Priority changed from undecided to low
  • Resolution set to worksforme
  • Status changed from new to closed
  • Component changed from unfiled to ajax

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 22 months ago by addyosmani (previous) (diff)

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.