Category: Data

These methods allow us to associate arbitrary data with specific DOM elements.

Also in: Effects > Custom | Utilities
.clearQueue()
Remove from the queue all items that have not yet been run.

Also in: Miscellaneous > Data Storage
.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.

Also in: Effects > Custom | Utilities
.dequeue()
Execute the next function on the queue for the matched elements.

Also in: Utilities
jQuery.data()
Store arbitrary data associated with the specified element and/or return the value that was set.

Also in: Utilities
jQuery.dequeue()
Execute the next function on the queue for the matched element.

jQuery.hasData()
Determine whether an element has any jQuery data associated with it.

Also in: Utilities
jQuery.queue()
Show or manipulate the queue of functions to be executed on the matched element.

Also in: Utilities
jQuery.removeData()
Remove a previously-stored piece of data.

Also in: Effects > Custom | Utilities
.queue()
Show or manipulate the queue of functions to be executed on the matched elements.

Also in: Miscellaneous > Data Storage
.removeData()
Remove a previously-stored piece of data.

Published 73 original articles · praised 189 · 10,000+ views

Guess you like

Origin blog.csdn.net/blog_programb/article/details/105570161