jQuery.fx.interval
  • References/JavaScript/jQuery/Effects

The rate (in milliseconds) at which animations fire. This property can be manipulated to adjust

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
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
: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
.ajaxComplete()
  • References/JavaScript/jQuery/Ajax

Register a handler to be called when Ajax requests complete. This is an AjaxEvent.

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

Selects all elements that are selected. The :selected selector works for <option>

2025-01-10 15:47:30
ID selector (“#id”)
  • References/JavaScript/jQuery/Selectors

Selects a single element with the given id attribute. For id selectors, jQuery uses the JavaScript

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

Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.

2025-01-10 15:47:30