Bug Tracker

Modify

Ticket #5844 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by d1uluv2h8

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

comment:2 Changed 3 years ago by quaff

sorry,please close it.

comment:3 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

Closed per the 1.4 docs.

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.