#3207 closed defect (bug) (fixed)
audit jQuery for [property=value]
| Reported by: | DJPaul | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | Templates | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [4349]) Adds quotation marks to jQuery attribute selectors, to work with jQuery 1.5.2+. Fixes #3207