Home » Jquery » jQuery Get every third/ specific level of element

Here is jquery code to third/ specific level of element

jQuery('#portfolioItem li:nth-child(3n+3)').css({ marginRight: '0px' });

Array ( [0] => Jquery )

Leave a comment

0 Comments.

Leave a Reply

You must be logged in to post a comment.