-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Research: jQuery 2.0 Upgrade
** WIP ** This page can be used to keep track of changes for the jQuery 2.0 upgrade.
http://api.jquery.com/category/deprecated/ http://blog.jquery.com/2012/08/09/jquery-1-8-released/ http://jquery.com/upgrade-guide/1.9/ http://twitter.github.io/bootstrap/upgrading.html
-
$.fn.andSelf
(Replaced with$.fn.addBack
) -
deferred.isRejected
&deferred.isResolved
(Replaced withdeferred.state
)- Resolved in #3665
-
deferred.pipe
(Replaced withdeferred.then
)- Resolved in #4028
-
- Not Used?
-
$.fn.error
(Replaced with$.fn.on('error',...
)- Partial Fix in #3814
-
$.boxModel
(Removed)- ?
-
$.browser
(Removed)- Bootstrap > Update Being Reviewed? #3996
-
$.sub
(Removed)- Not Used?
-
$.fn.live
(Replaced with$.fn.on
)- Not Used?
-
$.fn.load
(Replaced with$.fn.on('load',...
)- Partial Fix in #3814
-
$.fn.selector
(Removed)- Not Used?
-
$.fn.size
(Replaced with$.fn.length
)- Resolved in #4026
-
- ?
-
$.fn.unload
(Replaced with$.fn.on('unload',...
or$.fn.on('beforeunload',...
)- Not Used?
-
$.fn.data('events')
(Removed)- Not Used?
-
$.curCSS
(Removed)- Not Used?
-
$.attrFn
(Removed)- Not Used?