jQuery – toArray() Method
The toArray() method returns the elements matched by the jQuery selector as an array.
The toArray() method returns the elements matched by the jQuery selector as an array.
The toggle() method toggles between hide() and show() by showing a hidden element and hiding a visible element.
The toggleClass() method toggles between adding and removing one or more class names from the selected elements.
The trigger() method triggers a specified event and the default behavior of an event for the selected elements.
The triggerHandler() method triggers a specified event for the selected element. The default behavior is not executed.
The width() method sets the width of the selected elements, not including padding, border, or margin.
The wrap() method wraps specified HTML element(s) around EACH selected element separately. Every selected element will be wrapped on its own.
The wrapAll() method wraps specified HTML element(s) around all selected elements as a whole.
The wrapInner() method wraps specified HTML element(s) around the CONTENT (innerHTML) of each selected element.
The document ready function templates are used when including jQuery embedded in an HTML document, as a JavaScript document, or in a WordPress site.
This is a quick reference list of jQuery AJAX Methods that are used to exchange data with a server and update parts of the document without reloading.
This is a quick reference list of jQuery event Methods that are used to trigger or attach a function to an event handler for the selected elements.
This is a quick reference list of jQuery effect methods for creating animation effects for the selected elements.
This is a quick reference list of jQuery HTML/CSS Methods that are used to manipulate the selected elements.
This is a quick reference list of jQuery Miscellaneous Methods that are used for various things involving the selected elements.
This is a quick reference list of jQuery selectors and how they work in selecting HTML elements to apply scripting.
This is a quick reference list of jQuery Traversing Methods that are used to move through the selected elements.
This is a quick reference list of jQuery Properties that are used to trigger or attach a function to an event handler for the selected elements.