#3207 closed defect (bug) (fixed)
audit jQuery for [property=value]
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
(In [4349]) Adds quotation marks to jQuery attribute selectors, to work with jQuery 1.5.2+. Fixes #3207