.slideToggle()
  • References/JavaScript/jQuery/Effects

Display or hide the matched elements with a sliding motion. The .slideToggle() method

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
Attribute starts with selector [name^=”value”]
  • References/JavaScript/jQuery/Selectors

Selects elements that have the specified attribute with a value beginning exactly with a given string. 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
Child selector (“parent > child”)
  • References/JavaScript/jQuery/Selectors

Selects all direct child elements specified by "child" of elements specified by "parent". As a CSS

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

Adds the specified class(es) to each element in the set of matched elements. It's important to note

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

Display the matched elements with a sliding motion. The .slideDown() method animates

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

Reduce the set of matched elements to the first in the set. Given a jQuery object that represents

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

Determine if the callbacks have already been called at least once.

2025-01-10 15:47:30