.text()
Selects all elements of type text.
.text()
Get the combined text contents of each element in the set of matched elements, including their descendants.
.text()
Set the content of each element in the set of matched elements to the specified text.
.toArray()
Retrieve all the DOM elements contained in the jQuery set, as an array.
.toggle()
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
.toggle()
Display or hide the matched elements.
.toggleClass()
Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the switch argument.
.trigger()
Execute all handlers and behaviors attached to the matched elements for the given event type.
.triggerHandler()
Execute all handlers attached to an element for an event.