Bug Tracker

Opened 12 years ago

Closed 12 years ago

#7440 closed bug (worksforme)

Can't bind global Ajax events to window object

Reported by: [email protected] Owned by:
Priority: high Milestone: 1.next
Component: ajax Version: 1.4.3
Keywords: regression, ajaxrewrite Cc:
Blocked by: Blocking:

Description

I can't seem to bind global Ajax events like ajaxSuccess to the window object when using jQuery 1.4.3. This isn't consistent with jQuery 1.4.2. To see, compare the output of http://jsfiddle.net/rnuBK/6/ between the two jQuery versions.

Change History (3)

comment:1 Changed 12 years ago by Rick Waldron

Component: unfiledajax
Keywords: regression added
Milestone: 1.51.4.5
Priority: undecidedhigh
Status: newopen

comment:2 Changed 12 years ago by Rick Waldron

Keywords: ajaxrewrite added

comment:3 Changed 12 years ago by Rick Waldron

Resolution: worksforme
Status: openclosed

The behaviour reported was not actually documented as being supported, take a look at the following fiddle that shows how to correctly use jQuery.fn.ajaxSuccess

http://jsfiddle.net/rwaldron/7QHy4/1/

Note: See TracTickets for help on using tickets.