Miscellaneous properties and functions
These utility methods do not fit neatly into the previous categories, but are often very useful when writing scripts using jQuery.
Properties of the jQuery object
Property |
Description |
---|---|
|
Returns an object containing properties indicating whether the browser supports various features and standards. |
Arrays and objects
Function |
Description |
---|---|
|
Iterates over
|
|
Modifies the object |
|
Filters
|
|
Converts
|
|
Constructs a new array consisting of the result of |
|
Determines whether |
|
Combines the contents of |
|
Removes any duplicate DOM elements from |
Object introspection
Function |
Description |
---|---|
|
Determines whether |
|
Determines whether |
|
Determines whether |
|
Determines whether |
|
Determines whether |
|
Determines whether
|
|
Determines
whether |
|
Gets the JavaScript class of |
Other
Function |
Description |
---|---|
|
Removes whitespace from the ends of |
|
Reverts |
|
A function that does nothing. |
|
The current time in milliseconds since the epoch. |
|
Stops the |