jquery - Loop through first 3 instances -
How can I loop through the first three instances of '.slide-item img' inside the document?
Lose all of the above, but I'm not sure how to limit it.
Limit your selection to start:
$ ("Slide-item img: lt (3)"); Read more:
Comments
Post a Comment