.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.

.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.