.on()
Attach an event handler function for one or more events to the selected elements.
Attach an event handler function for one or more events to the selected elements.
Perform a custom animation of a set of CSS properties.
This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Bind an event handler to the “submit” event, or trigger that event on an element.
Bind an event handler to the “contextmenu” event, or trigger that event on an element.
Bind an event handler to the “focus” event, or trigger that event on an element.
Perform an asynchronous HTTP (Ajax) request.
Bind an event handler to the “keyup” event, or trigger that event on an element.
Bind an event handler to the “keypress” event, or trigger that event on an element.
Bind an event handler to the “keydown” event, or trigger that event on an element.
Bind an event handler to the “mousedown” event, or trigger that event 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 be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the “dblclick” event, or trigger that event on an element.
Bind an event handler to the “click” event, or trigger that event on an element.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Bind an event handler to the “select” event, or trigger that event on an element.
Bind an event handler to the “mouseover” event, or trigger that event on an element.
Bind an event handler to the “mouseout” event, or trigger that event on an element.