.slideUp()
  • References/JavaScript/jQuery/Effects

Hide the matched elements with a sliding motion. The .slideUp() method animates the

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

Bind two or more handlers to the matched elements, to be executed on alternate clicks.

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

Get the value of an attribute for the first element in the set of matched elements. The .attr()

2025-01-10 15:47:30
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
:last-of-type selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are the last among siblings of the same element name. The :last-of-type

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

Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched

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

Add the previous set of elements on the stack to the current set, optionally filtered by a selector. As

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

Selects all elements of type file. :file is equivalent to [type="file"]

2025-01-10 15:47:30
.jquery
  • References/JavaScript/jQuery/Miscellaneous

A string containing the jQuery version number. The .jquery property is assigned to

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

Add handlers to be called when the Deferred object is rejected. The deferred.fail()

2025-01-10 15:47:30