jQuery last() Method

jQuery HTML Methods jQuery Traversing Methods

Example

Select the last <p> element inside the last <div> element:

$("p").last()

Try it yourself »

Definition and Usage

The last() method returns the last element of the selected elements.

Tip: To return the first element, use the first() method.


Syntax

$(selector).last()


Examples

Try it Yourself - Examples

Select the last <span> element in a set of <p> elements
How to select the last <span> element in a set of <p> elements.


jQuery HTML Methods jQuery Traversing Methods


Color Picker

colorpicker