Skip to main content

We provide a list with deprecated jQuery functions. Please consider that this functions are not necessarily removed from this Javascript library.

- Advertisement -
- Advertisement -

Deprecated jQuery Functions

jQuery.boxModel Utilities

This function is deprecated in jQuery v1.3. States if the current page, in the user's browser, is being rendered using the W3C CSS Box Model.

jQuery.browser Properties of the Global jQuery Object, Utilities

Contains flags for the useragent, read from navigator.userAgent. We recommend against using this property; please try to use feature detection instead (see jQuery.support). jQuery.browser may be moved to a plugin in a future release of jQuery.

deferred.isRejected() Deferred Object

Determine whether a Deferred object has been rejected.

deferred.isResolved() Deferred Object

Determine whether a Deferred object has been resolved.

.die() Event Handler Attachment

The function removes all event handlers from the elements. These event handlers are previously attached using .live().

.live() Event Handler Attachment

Attach an event handler for all elements which match the current selector, now and in the future.

jQuery.sub() Core

The function creates a new copy of jQuery which properties and methods can be modified without affecting the original jQuery object.

- Advertisement -