Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#3207 closed defect (bug) (fixed)

audit jQuery for [property=value]

Reported by: djpaul's profile DJPaul Owned by:
Milestone: 1.5 Priority: major
Severity: Version:
Component: Templates Keywords:
Cc:

Description

From http://wpdevel.wordpress.com/2011/05/07/just-a-heads-up-wp-trunk-uses-jquery/:

Just a heads up. WP trunk uses jQuery 1.5.2. 1.5.2 no longer allows selectors of the form [property=value]. These selectors now require quotes: [property="value"]. Unquoted values will result in “uncaught exception: Syntax error, unrecognized expression: [property=value]“. Check your plugins against 1.5.2.

We may as well get ahead of the game.

Change History (2)

#1 @boonebgorges
14 years ago

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

(In [4349]) Adds quotation marks to jQuery attribute selectors, to work with jQuery 1.5.2+. Fixes #3207

#2 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.