jQuery – prevAll() Method
The prevAll() method returns all previous sibling elements of the selected element.
The prevAll() method returns all previous sibling elements of the selected element.
The prevUntil() method returns all previous sibling elements between the selector and stop.
The $.proxy() method takes an existing function and returns a new one with a particular context.
The queue() method shows the queue of functions waiting to be executed on the selected element.
The ready event occurs when the DOM (document object model) has been loaded and is ready for scripting.
The remove() method removes the selected elements, including all text and child nodes.
The removeAttr() method removes one or more attributes from the selected elements.
The removeData() method removes data previously set with the data() method.
The removeClass() method removes one or more class names from the selected elements.
The replaceAll() method replaces selected elements with new HTML elements.
The scrollLeft() method sets the horizontal scrollbar position for the selected elements.
The scrollTop() method sets the vertical scrollbar position for the selected elements.
The serialize() method creates a URL-encoded text string by serializing form values.
The serializeArray() method creates an array of objects (name and value) by serializing form values.