callbacks.locked()
  • References/JavaScript/jQuery/Callbacks Object

Determine if the callbacks list has been locked.

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

Reduce the set of matched elements to the final one in the set. Given a jQuery object that represents

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

Return the number of elements in the jQuery object. The .size() method is deprecated

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

Remove the set of matched elements from the DOM. The .detach() method is the same as

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

Call the progressCallbacks on a Deferred object with the given args. Normally, only

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

End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.

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

Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.

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

Store arbitrary data associated with the matched elements. The .data() method allows

2025-01-10 15:47:30
:gt() selector
  • References/JavaScript/jQuery/Selectors

Select all elements at an index greater than index within the matched set. index-related

2025-01-10 15:47:30