deferred.rejectWith()
  • References/JavaScript/jQuery/Deferred Object

Reject a Deferred object and call any failCallbacks with the given context and args.

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

Add a callback or a collection of callbacks to a callback list. This method returns the Callbacks

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

Selects all elements that are the nth child of their parent in relation to siblings with the same element name.

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

Execute the next function on the queue for the matched elements. When .dequeue() is

2025-01-10 15:47:30
jQuery.fx.off
  • References/JavaScript/jQuery/Effects

Globally disable all animations. When this property is set to true, all animation methods

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

Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods. The

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

Selects all elements that are enabled. As with other pseudo-class selectors (those that begin with

2025-01-10 15:47:30
All selector (“*”)
  • References/JavaScript/jQuery/Selectors

Selects all elements. Caution: The all, or universal, selector is extremely slow, except when used

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

Insert every element in the set of matched elements after the target. The

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

Insert every element in the set of matched elements to the beginning of the target. The

2025-01-10 15:47:30