event.stopImmediatePropagation()
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Keeps the rest of the handlers from being executed and prevents the event from bubbling up the DOM tree.
Attach an event handler for all elements which match the current selector, now and in the future.
Create a new jQuery object with elements added to the set of matched elements.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Execute all handlers attached to an element for an event.
Bind an event handler to the “keyup” 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.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event.
Bind an event handler to the “mousedown” JavaScript event, or trigger that event on an element.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Bind an event handler to the “blur” JavaScript event, or trigger that event on an element.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Hide the matched elements.
Bind an event handler to the “contextmenu” JavaScript event, or trigger that event on an element.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Hide the matched elements by fading them to transparent.