bonze .nth(n)

Target the nth element by zero-based index. Optional callback shorthand.

Select by index

Index is zero-based. Click a button to higfocusight the corresponding item.

item-0
item-1
item-2
item-3
item-4
item-5
// click an index button

With callback shorthand

.nth(n, callback) is equivalent to .nth(n)(callback).

item-0
item-1
item-2
item-3
item-4
item-5
// click an index button