.index()
  • References/JavaScript/jQuery/Miscellaneous

Search for a given element from among the matched elements. Return Values If

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

Matches all elements that are checked or selected. The :checked selector works for

2025-01-10 15:47:30
deferred.promise()
  • References/JavaScript/jQuery/Deferred Object

Return a Deferred's Promise object. The deferred.promise() method allows an asynchronous

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

Attach an event handler function for one or more events to the selected elements. The .on()

2025-01-10 15:47:30
Types
  • References/JavaScript/jQuery

Types JavaScript provides several built-in datatypes. In addition to those, this page documents virtual types like Selectors, enhanced pseudo-types like Events and some

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

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

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

Encode a set of form elements as an array of names and values. The .serializeArray()

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

Get the closest ancestor element that is positioned. Given a jQuery object that represents a set

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

Remove a callback or a collection of callbacks from a callback list. This method returns the Callbacks

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

Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.

2025-01-10 15:47:30