Skip to content
Robbie Chipka edited this page Dec 23, 2015 · 1 revision

The :skip-first (aka :skip) selector accepts a numeric argument representing the number of results to skip.

Usage

document.querySelector('a:skip(3)'); // Skip the first 3 <a> elements
Clone this wiki locally