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.
Gary 8:06 am on May 7, 2011 Permalink
Now that jQuery 1.6 is released, is that likely to make it in to 3.2 or has it missed the cut?
1.6 does make some changes that might break compatibility – see the release notes about attr() and prop().
Denis 10:23 am on May 7, 2011 Permalink
jQuery 1.6 was released a few days ago, too:
http://blog.jquery.com/2011/05/03/jquery-16-released/
Ramoonus 10:53 am on May 7, 2011 Permalink
patch #17311
Alex M. 12:26 am on May 8, 2011 Permalink
It won’t be going into 3.2 in all likelihood though because it will require more robust testing.
Alex M. 7:08 am on May 8, 2011 Permalink
Or maybe it will…
Andrew Ozz 3:43 pm on May 11, 2011 Permalink
jQuery 1.6 has some features that would require rewriting most of the code that uses it (thinking mostly about all the plugins that use jQuery). 1.6.1 fixes that and is currently in RC. Hopefully it will be released in time for inclusion in WordPress 3.2.
Oh, and 1.6 still has the same requirement like 1.5.2, all [property=value] selectors have to be fixed.
Around the web | alexking.org 8:34 pm on May 8, 2011 Permalink
[...] Just a heads up WP trunk uses jQuery – this will trip up a bunch of plugins. [...]