Miscellaneous properties and functions
These utility methods do not fit neatly into the preceding categories, but are often very useful when writing scripts using jQuery.
Properties of the jQuery object
Property |
Description |
---|---|
|
Return a map of properties indicating whether the browser supports various features and standards |
Arrays and objects
Function |
Description |
---|---|
|
Iterate over |
|
Modify the object |
|
Filter |
|
Convert |
|
Construct a new array consisting of the result of |
|
Determine the position of value in array or return -1 if value is not in array |
|
Combine the contents of |
|
Remove any duplicate DOM elements from |
Object introspection
Function |
Description |
---|---|
|
Determine whether |
|
Determine whether |
|
Determine whether |
|
Determine whether |
|
Determine whether |
|
Determine whether |
|
Get the JavaScript class of |
Other
Function |
Description |
---|---|
|
Remove whitespace from the ends of |
|
Revert |
|
A function that does nothing |
|
The current time, in seconds since the epoch |