.last()

Selects the last matched element.

.last()

Reduce the set of matched elements to the final one in the set.

.last-child()

Selects all elements that are the last child of their parent.

.length()

The number of elements in the jQuery object.

.live()

Attach an event handler for all elements which match the current selector, now and in the future.

.load()

Bind an event handler to the "load" JavaScript event.

.load()

Load data from the server and place the returned HTML into the matched element.

.lt()

Select all elements at an index less than index within the matched set.