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 →
Bind an event handler to the “mouseover” 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.
Attach an event handler function for one or more events to the selected elements.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
The difference in milliseconds between the time the browser created the event and January 1, 1970.
The DOM element that initiated the event.
Load data from the server and place the returned HTML into the 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.
Perform an asynchronous HTTP (Ajax) request.
Perform a custom animation of a set of CSS properties.
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.
Load data from the server using a HTTP GET request.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Load JSON-encoded data from the server using a GET HTTP request.
Send data to the server using a HTTP POST request.