:only-child selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are the only child of their parent. If the parent has other child elements

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

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

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

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

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

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

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

Set a timer to delay execution of subsequent items in the queue. Added to jQuery in version 1.4

2025-01-10 15:47:30
.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
.load()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "load" JavaScript event. This method is a shortcut for .on( "load"

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

Determine whether the argument is an array. $.isArray() returns a Boolean indicating

2025-01-10 15:47:30