:reset selector
  • References/JavaScript/jQuery/Selectors

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

2025-01-10 15:47:30
event.pageY
  • References/JavaScript/jQuery/Events

The mouse position relative to the top edge of the document. event

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

Hide the matched elements by fading them to transparent. The .fadeOut() method animates

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

Add a collection of DOM elements onto the jQuery stack.

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

Selects all elements of the specified language. The :lang() selector matches elements

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

Bind an event handler to the "focusout" JavaScript event. This method is a shortcut for .on(

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

Determine whether a Deferred object has been rejected. As of jQuery 1.7 this API has been deprecated;

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

Remove an attribute from each element in the set of matched elements. The .removeAttr()

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

Create a new jQuery object with elements added to the set of matched elements. Given a jQuery object

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

Selects all elements that are the first child of their parent. While

2025-01-10 15:47:30