.blur()
  • References/JavaScript/jQuery/Events

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

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

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

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

Determine if the argument passed is a JavaScript function object. Note: As of jQuery

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

Get the current computed height for the first element in the set of matched elements, including padding but not border.

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

Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.

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

Parses a string into an XML document. jQuery.parseXML uses the native parsing function

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

Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.

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