selectorsFromLast property

int selectorsFromLast
final

By default, 0 selects the element matched by the final selector to operate on. However, if you want to operate on the element matched by an earlier selector, specific a positive number (e.g. 1 is the next to last selector/element, etc)

Implementation

final int selectorsFromLast;