Category: Data

Category: Data

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

.clearQueue()

Remove from the queue all items that have not yet been run.

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

.dequeue()

Execute the next function on the queue for the matched elements.

jQuery.data()

Store arbitrary data associated with the specified element and/or return the value that was set.

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.

jQuery.queue()

Show or manipulate the queue of functions to be executed on the matched element.

.queue()

Show or manipulate the queue of functions to be executed on the matched elements.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/data

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部