.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 an asynchronous HTTP (Ajax) request.
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.
Perform a custom animation of a set of CSS properties.
Bind an event handler to the “focus” event, or trigger that event on an element.
Remove an event handler.
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
Bind an event handler to the “keyup” event, or trigger that event on an element.
Bind an event handler to the “contextmenu” event, or trigger that event on an element.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
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.
Attach a handler to an event for the elements.
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 “mousedown” event, or trigger that event on an element.
Bind an event handler to the “dblclick” 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.
Get the current value of the first element in the set of matched elements or set the value of every matched element.