Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#4714 closed defect (bug) (fixed)

jQuery .live() method deprecated

Reported by: cnorris23 Owned by:
Priority: normal Milestone: 1.7
Component: Core Version: 1.7
Severity: normal Keywords: has-patch
Cc:

Description

[6629] and [6630] replace .click() with .live(). The .live() method was deprecated starting with 1.7 (used by WP 3.4), and it's use has been recommended against, since 1.4.3. The .on() method should be used instead.

Attachments (1)

4714.patch (11.5 KB ) - added by cnorris23 14 years ago.

Download all attachments as: .zip

Change History (4)

#1 @johnjamesjacoby
14 years ago

  • Milestone Awaiting Review1.7

Go figure.

@cnorris23
14 years ago

#2 @cnorris23
14 years ago

  • Keywords has-patch added; needs-patch removed

Patch replaces .live() with .on(). Pretty straightforward.

#3 @johnjamesjacoby
14 years ago

  • Resolutionfixed
  • Status newclosed

(In [6635]) Swap out .live() calls for .on(). Props cnorris23. Antiprops jjj. Fixes #4714.

Note: See TracTickets for help on using tickets.