Modify ↓
Ticket #5844 (closed bug: invalid)
Global Ajax Event is not compatible with version 1.3.2
| Reported by: | quaff | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.1 |
| Component: | ajax | Version: | 1.4 |
| Keywords: | Event | Cc: | |
| Blocking: | Blocked by: |
Description
$().ajaxSuccess(function(ev, xhr) {test()}); doesn't works for 1.4.0 it has to be $(document).ajaxSuccess(function(ev, xhr) {test()});
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Have you read the release notes?
http://jquery14.com/day-01/jquery-14
Backwards-Incompatible Changes: ... jQuery() (with no arguments) no longer converts to jQuery(document). ...