.mouseout()
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Remove an event handler.
Display the matched elements by fading them to opaque.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
The mouse position relative to the top edge of the document.
The mouse position relative to the left edge of the document.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Selects the combined results of all the specified selectors.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Attach a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Display or hide the matched elements with a sliding motion.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Register a handler to be called when Ajax requests complete with an error. This is an Ajax Event.
Ajax requests produce a number of different events that you can subscribe to. Here's a full list of the events and in what order they are triggered. There are two types of events: Local Events These are callbacks that you can subscribe to within the Ajax request object, like so: 1 2 3 4 5 … Continue reading
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.