.prependTo()
Insert every element in the set of matched elements to the beginning of the target.
Insert every element in the set of matched elements to the beginning of the target.
Set a timer to delay execution of subsequent items in the queue.
Remove event handlers previously attached using .live() from the elements.
Iterate over a jQuery object, executing a function for each matched element.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Retrieve the DOM elements matched by the jQuery object.
Holds or releases the execution of jQuery’s ready event.
Retrieve all the elements contained in the jQuery set, as an array.
Check to see if a DOM element is a descendant of another DOM element.
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
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Check to see if a DOM node is within an XML document (or is an XML document).
Check to see if an object is empty (contains no enumerable properties).
Check to see if an object is a plain object (created using “{}” or “new Object”).
Determines whether its argument represents a JavaScript number.
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by $.ajax().
Bind an event handler to the “resize” JavaScript event, or trigger that event on an element.
Add the previous set of elements on the stack to the current set.