Is it possible to loop alternate elements in JQuery ?

I have many elements with same CLASS values . I would like to loop alternate elements starting from a given index.

I'm not sure how to do it in JQuery . I see each function loops all the elements.