.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.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Attach an event handler for all elements which match the current selector, now and in the future.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Add a collection of DOM elements onto the jQuery stack.
Bind an event handler to the “focusin” event.
Bind an event handler to the “focusout” JavaScript event.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Bind an event handler to the “error” JavaScript event.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Remove a previously-attached event handler from the elements.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Stop the currently-running animation on the matched elements.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.