jQuery.browser
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Remove a previously-stored piece of data.
Determine whether an element has any jQuery data associated with it.
Remove a previously-stored piece of data.
Bind an event handler to the “load” JavaScript event.
Remove event handlers previously attached using .live() from the elements.
Bind an event handler to the “error” JavaScript event.
Reduce the set of matched elements to the first in the set.
Reduce the set of matched elements to the final one in the set.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Hide the matched elements by fading them to transparent.
Specify a function to execute when the DOM is fully loaded.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Remove a previously-attached event handler from the elements.
Display or hide the matched elements.
Reduce the set of matched elements to the even ones in the set, numbered from zero.
Set default values for future Ajax requests. Its use is not recommended.
Get the children of each element in the set of matched elements, including text and comment nodes.
Holds or releases the execution of jQuery’s ready event.