:lt() selector
  • References/JavaScript/jQuery/Selectors

Select all elements at an index less than index within the matched set. index-related

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

Retrieve one of the elements matched by the jQuery object. The .get() method grants

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

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

2025-01-10 15:47:30
.context
  • References/JavaScript/jQuery/Miscellaneous

The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.

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

Display the matched elements by fading them to opaque. The .fadeIn() method animates

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

Get the current computed width for the first element in the set of matched elements, including padding and border.

2025-01-10 15:47:30
:empty selector
  • References/JavaScript/jQuery/Selectors

Select all elements that have no children (including text nodes). This is the inverse of :parent

2025-01-10 15:47:30