[wp-trac] [WordPress Trac] #22975: Remove deprecated jQuery methods from core to be safe for jQuery 1.9
WordPress Trac
noreply at wordpress.org
Mon Dec 17 15:47:26 UTC 2012
#22975: Remove deprecated jQuery methods from core to be safe for jQuery 1.9
----------------------------+--------------------------------
Reporter: ocean90 | Type: enhancement
Status: new | Priority: normal
Milestone: Future Release | Component: External Libraries
Version: | Severity: normal
Keywords: |
----------------------------+--------------------------------
Today [http://blog.jquery.com/2012/12/17/jquery-1-9-beta-1-released/
jQuery 1.9 Beta was released].
> jQuery 1.9 has removed many of the items we deprecated during the last
few versions of jQuery.
> To test, we recommend that you start with the jQuery Migrate plugin
since it will warn you about any deprecated features the code may depend
on. Just include these two script tags in your code, replacing your
existing jQuery script include:
>
> `<script src="http://code.jquery.com/jquery-1.9.0b1.js"></script>`
>
> `<script src="http://code.jquery.com/jquery-
migrate-1.0.0b1.js"></script>`
The attached patch adds both scripts to core so that you can test it.
There are already some notices which we should try to reduce.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22975>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list