Opened 13 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closed per the 1.4 docs.
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). ...