.clearQueue()
  • References/JavaScript/jQuery/Data

Remove from the queue all items that have not yet been run. When the .clearQueue()

2025-01-10 15:47:30
jQuery.cssNumber
  • References/JavaScript/jQuery/Manipulation

An object containing all CSS properties that may be used without a unit. The .css()

2025-01-10 15:47:30
jQuery.fx.interval
  • References/JavaScript/jQuery/Effects

The rate (in milliseconds) at which animations fire. This property can be manipulated to adjust

2025-01-10 15:47:30
.mouseout()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "mouseout" JavaScript event, or trigger that event on an element. This

2025-01-10 15:47:30
.select()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "select" JavaScript event, or trigger that event on an element. This

2025-01-10 15:47:30
callbacks.lock()
  • References/JavaScript/jQuery/Callbacks Object

Lock a callback list in its current state. This method returns the Callbacks object onto which it

2025-01-10 15:47:30
callbacks.fireWith()
  • References/JavaScript/jQuery/Callbacks Object

Call all callbacks in a list with the given context and arguments. This method returns the Callbacks

2025-01-10 15:47:30
.mouseenter()
  • References/JavaScript/jQuery/Events

Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element. This

2025-01-10 15:47:30
.parentsUntil()
  • References/JavaScript/jQuery/Traversing

Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.

2025-01-10 15:47:30
jQuery.hasData()
  • References/JavaScript/jQuery/Data

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

2025-01-10 15:47:30