event.pageY
  • References/JavaScript/jQuery/Events

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

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

Check to see if a DOM element is a descendant of another DOM element. The $.contains()

2025-01-10 15:47:30
Attribute equals selector [name=”value”]
  • References/JavaScript/jQuery/Selectors

Selects elements that have the specified attribute with a value exactly equal to a certain value.

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

For key or mouse events, this property indicates the specific key or button that was pressed. The

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

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

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

Selects the element that is the root of the document. In HTML, the root of the document, and thus

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

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

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

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

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

The number of elements in the jQuery object. The number of elements currently matched. The .

2025-01-10 15:47:30