With Jquery, I need to select just the first “n” items from the page, for example the first 20 links instead of selecting all of them with the usual

$("a")

Sounds simple but the jQuery manual has no evidence of something like this.

6 Answers
6

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *