.show()
Display the matched elements.
Display the matched elements.
Attach an event handler function for one or more events to the selected elements.
Remove a previously-attached event handler from the elements.
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
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Display or hide the matched elements by animating their opacity.
Hide the matched elements.
Remove an event handler.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Remove event handlers previously attached using .live() from the elements.
Adjust the opacity of the matched elements.
Set a timer to delay execution of subsequent items in the queue.
Selects all elements that are visible.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an element.
A selector representing selector passed to jQuery(), if any, when creating the original set.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Merge the contents of two or more objects together into the first object.
Create a deep copy of the set of matched elements.
Display or hide the matched elements.
Hide the matched elements with a sliding motion.