Reference for jQuery Miscellaneous Methods
This reference tutorial lists all miscellaneous jQuery methods that do not fall under specific categories like events, effects, or traversal. These utility functions serve are general-purpose helpers useful in many jQuery applications.
Alphabetical Miscellaneous Reference
Below is the full alphabetical list of jQuery utility and miscellaneous methods.
| Method | Description |
| data() | Attaches data to, or gets data from, selected elements |
| each() | Execute a function for each matched element |
| get() | Get the DOM elements matched by the selector |
| index() | Search for a given element from among the matched elements |
| map() | Passes each element in the matched set through a function, producing a new jQuery object containing the return values |
| $.noConflict() | Release jQuery's control of the $ variable |
| $.param() | Create a serialized representation of an array or object (can be used as URL query string for AJAX requests) |
| removeData() | Removes a previously-stored piece of data |
| size() | Returns the number of elements in the jQuery object |
| toArray() | Retrieve all the DOM elements contained in the jQuery set, as an array |