Back

.last( )

Reduce the set of matched elements to the last in the set

This is equivalent to .eq(-1)

Params

none

Returns

DollarJS (reduced set)

Examples

$('p').last()