Return the number of Elem in the collection
Add the given classNames to all Elem
Return true if any Elem has the given class
Remove the given classNames to all Elem
Toggle the given classNames to all Elem
Add an Elem to the collection
In contrary of forEach this function return each Elem as Collection.
Return a new collection containing element at the specified index.
Index of the element in the collection
Execute a callback on every Elem
Return collection's Elem or a single Elem
Index of the element in the collection
Search for a specific Elem in the collection
A css selector to search
Get or set the height of an element in pixels
Return element position relative to other element or document
Return element position in viewport
Get or set the width of an element in pixels
Remove an event handler function for one or more events to the selected elements.
Attach an event handler function for one or more events to the selected elements.
Trigger an event handler function for one or more events to the selected elements.
Add an element after specified element
Insert content, specified by the parameter, to the end of each element in the collection
Get the value of an attribute for the first element in the set of matched elements or set one attribute for every matched element.
Add an element before specified element
Return a clone of the collection
Get the value of a css property for the first element in the set of matched elements or set css properties for every matched element.
Get the value of a data attribute for the first element in the set of matched elements or set one data attribute for every matched element.
Clear all DOM children of the Elem
Set the innerHTML of the first element in the collection of set the innerHTML of all elements in the collection.
Insert content, specified by the parameter, to the beginning of each element in the collection
Remove the Elem for the DOM.
Remove an attribute on each element in the set.
Set the text of the first element in the collection of set the text of all elements in the collection.
Set the value of the first element in the collection of set the value of all elements in the collection.
Wrap each element in the collection with specified element
Get direct children
A css selector
Collection
Search of children matching the selector
A css selector
Collection
Return the first element in collection
Collection
Return the position of the first element within the Collection relative to its sibling elements
number
Return the last element in collection
Collection
Return the next element for each Elem in the collection
A css selector
Collection
Return all next elements for each Elem in the collection
A css selector
Collection
Return the parent element for each Elem in the collection
A css selector
Collection
Search for a parent element matching the selector
A css selector
Collection
Return the previous element for each Elem in the collection
A css selector
Collection
Return all previous elements for each Elem in the collection
A css selector
Collection
Generated using TypeDoc
selector can be: