.insertAfter()
Insert every element in the set of matched elements after the target.
Insert every element in the set of matched elements after the target.
Wrap an HTML structure around the content of each element in the set of matched elements.
Wrap an HTML structure around each element in the set of matched elements.
Remove event handlers previously attached using .live() from the elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Wrap an HTML structure around all elements in the set of matched elements.
Replace each target element with the set of matched elements.
Hide the matched elements by fading them to transparent.
Handles errors thrown synchronously in functions wrapped in jQuery().
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.