Determine whether an element has any jQuery data associated with it. The jQuery.hasData()
Remove from the queue all items that have not yet been run. When the .clearQueue()
Show the queue of functions to be executed on the matched elements.
Show the queue of functions to be executed on the matched element. Note: This is
Remove a previously-stored piece of data. Note: This is a low-level method, you
Store arbitrary data associated with the matched elements. The .data() method allows
Remove a previously-stored piece of data. The .removeData() method allows us to remove
Execute the next function on the queue for the matched elements. When .dequeue() is
Store arbitrary data associated with the specified element. Returns the value that was set. Note:
Execute the next function on the queue for the matched element. Note: This is a