jQuery.cssHooks
  • References/JavaScript/jQuery/Miscellaneous

Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.

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

Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.

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

Remove event handlers previously attached using .live() from the elements. Any handler

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

Selects all button elements and elements of type button. An equivalent selector to $( ":button"

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

For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.

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

Check to see if an object is empty (contains no enumerable properties). As of jQuery 1.4 this method

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

Load a JavaScript file from the server using a GET HTTP request, then execute it. This is a shorthand

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
:input selector
  • References/JavaScript/jQuery/Selectors

Selects all input, textarea, select and button elements. The :input selector basically

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