Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Remove event handlers previously attached using .live() from the elements. Any handler
Selects all button elements and elements of type button. An equivalent selector to $( ":button"
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.
Check to see if an object is empty (contains no enumerable properties). As of jQuery 1.4 this method
Load a JavaScript file from the server using a GET HTTP request, then execute it. This is a shorthand
Selects the element that is the root of the document. In HTML, the root of the document, and thus
Selects all input, textarea, select and button elements. The :input selector basically
The mouse position relative to the top edge of the document. event
Page 26 of 32