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 →
Perform an asynchronous HTTP (Ajax) request.
Attach an event handler function for one or more events to the selected elements.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Attach a handler to an event for the elements.
For key or mouse events, this property indicates the specific key or button that was pressed.
Perform a custom animation of a set of CSS properties.
Display or hide the matched elements with a sliding motion.
Hide the matched elements.
Display or hide the matched elements.
Display the matched elements.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Hide the matched elements with a sliding motion.
Display or hide the matched elements by animating their opacity.
Display the matched elements with a sliding motion.
Hide the matched elements by fading them to transparent.
Display the matched elements by fading them to opaque.
Takes a function and returns a new one that will always have a particular context.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Stop the currently-running animation on the matched elements.