.toggleClass()
  • References/JavaScript/jQuery/Manipulation

Add or remove one or more classes from each element in the set of matched elements, depending on either the class's presence or the value of the state argument.

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

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

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
.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
.undelegate()
  • References/JavaScript/jQuery/Events

Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.

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
.hover()
  • References/JavaScript/jQuery/Events

Bind two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.

2025-01-10 15:47:30
event.data
  • References/JavaScript/jQuery/Events

An optional object of data passed to an event method when the current executing handler is bound.

2025-01-10 15:47:30
event.result
  • References/JavaScript/jQuery/Events

The last value returned by an event handler that was triggered by this event, unless the value was undefined.

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

Takes a function and returns a new one that will always have a particular context. This method is

2025-01-10 15:47:30