.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
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
:even selector
  • References/JavaScript/jQuery/Selectors

Selects even elements, zero-indexed. See also odd. In particular, note that the 0-based indexing

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

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

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

Translate all items in an array or object to new array of items. If you wish to process a jQuery

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
:last-child selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are the last child of their parent. While

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

Get the computed style properties for the first element in the set of matched elements. The

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