.children()
  • References/JavaScript/jQuery/Traversing

Get the children of each element in the set of matched elements, optionally filtered by a selector. Given

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

Finds the elements of an array which satisfy a filter function. The original array is not affected. The

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

Bind two or more handlers to the matched elements, to be executed on alternate clicks.

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

Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.

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

Add the previous set of elements on the stack to the current set. Note: This function

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

Display or hide the matched elements by animating their opacity. The .fadeToggle()

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

Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns a number (without "px")

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

An empty function. You can use this empty function when you wish to pass around a function that

2025-01-10 15:47:30
:last-of-type selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are the last among siblings of the same element name. The :last-of-type

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

Add a callback or a collection of callbacks to a callback list. This method returns the Callbacks

2025-01-10 15:47:30