.data()

Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.

.hover()

Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.

.text()

Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.