Version History
The following tables list the aspects of the API that were deprecated the specified version:
| Version 1.3: |
|---|
|
Deprecated
jQuery.boxModelIndicates if the current page is being rendered using the W3C CSS Box Model |
|
Deprecated
jQuery.browserA property that provides information about the web browser accessing the page. Removed in v1.9. |
| Version 1.7: |
|---|
|
Deprecated
deferred.isRejected()Determines if a Deferred object has been rejected |
|
Deprecated
deferred.isResolved()Determines if a Deferred object has been resolved |
|
Deprecated
.die()Removes the event handlers previously attached using .live() |
|
Deprecated
jQuery.sub()Creates a new copy of jQuery object |
|
Deprecated
.live()Attach an event handler for all elements which match the current selector |
|
Deprecated
.selectorReturns a selector representing the selector passed to jQuery() |
| Version 1.8: |
|---|
|
Deprecated
.andSelf()Adds the previous set of elements on the stack to the current set |
|
Deprecated
deferred.pipe()A utility method to filter and/or chain Deferreds |
|
Deprecated
.error())Binds an event handler to the “error” JavaScript event |
|
Deprecated
.load()Binds an event handler to the “load” JavaScript event |
|
Deprecated
.size()Returns the number of elements in the jQuery object |
|
Deprecated
.toggle()Binds two or more handlers to the matched elements, to be executed on alternate clicks |
|
Deprecated
.unload()Binds an event handler to the “unload” JavaScript event. |
