This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Research: jQuery 2.0 Upgrade
Tucker Whitehouse edited this page May 29, 2013
·
9 revisions
** WIP ** This page can be used to keep track of changes for the jQuery 2.0 upgrade.
-
$.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)- src/thirdparty/jstree_pre1.0_fix_1/jquery.jstree.js
- Bootstrap > Update Being Reviewed? #3672
-
$.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?