jQuery()

Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.

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