[jQuery] How can the selector match the last 2 selected element.

[jQuery] How can the selector match the last 2 selected element.


The selector can match last one elememt by using ":last", but how
about last n elements?Are there some simple way to do this?