.live()
Attach an event handler for all elements which match the current selector, now and in the future.
Attach an event handler for all elements which match the current selector, now and in the future.
Send data to the server using a HTTP POST request.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Display the matched elements with a sliding motion.
Hide the matched elements by fading them to transparent.
Bind an event handler to the “change” event, or trigger that event on an element.
Specify a function to execute when the DOM is fully loaded.
Search for a given element from among the matched elements.
Merge the contents of two or more objects together into the first object.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Display or hide the matched elements with a sliding motion.
Hide the matched elements with a sliding motion.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Display or hide the matched elements by animating their opacity.
Set a timer to delay execution of subsequent items in the queue.
Set default values for future Ajax requests. Its use is not recommended.
Bind an event handler to the “load” event, or trigger that event on an element.
Hide the matched elements.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Encode a set of form elements as a string for submission.