deprecated
-
jQuery.browser
Deprecated | 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.
-
jQuery.browser.version
Deprecated | Properties of the Global jQuery Object | Utilities
The version number of the rendering engine for the user's browser.
-
deferred.isRejected()
Determine whether a Deferred object has been rejected.
-
deferred.isResolved()
Determine whether a Deferred object has been resolved.
-
.die()
Deprecated | Event Handler Attachment
Remove all event handlers previously attached using
.live()
from the elements. -
.live()
Deprecated | Event Handler Attachment
Attach an event handler for all elements which match the current selector, now and in the future.
-
jQuery.sub()
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.