Deprecated in jQuery 1.3 (see jQuery.support). States if the current page, in the user's browser, is being rendered using the W3C CSS Box Model.
We recommend against using this property, please try to use feature detection instead (see jQuery.support). Contains flags for the useragent, read from navigator.userAgent. While jQuery.browser will not be removed from future versions of jQuery, every effort to use jQuery.support and proper feature detection should be made.
Remove from the queue all items that have not yet been run.
Check to see if a DOM node is within another DOM node.
Store arbitrary data associated with the specified element.
Execute the next function on the queue for the matched elements.
Execute the next function on the queue for the matched elements.
Iterates through the array displaying each number as both a word and numeral
Merge the contents of two or more objects together into the first object.
Execute some JavaScript code globally.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Report the index of some elements in the array.
Determine whether the argument is an array.
Check to see if an object is empty (contains no properties).
Determine if the argument passed is a Javascript function object.
Check to see if an object is a plain object (created using "{}" or "new Object").
Check to see if a DOM node is within an XML document (or is an XML document).
Convert an array-like object into a true JavaScript array.
Translate all items in an array or array-like object to another array of items.
Merge the contents of two arrays together into the first array.
An empty function.
Takes a function and returns a new one that will always have a particular scope.
Show the queue of functions to be executed on the matched elements.
Show the queue of functions to be executed on the matched elements.
Remove a previously-stored piece of data.
A collection of properties that represent the presence of different browser features or bugs.
Remove the whitespace from the beginning and end of a string.
Create a copy of an array of DOM elements with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.