showing results for - "get position of each element using jquery"
Arlo
11 Aug 2019
1var $animatedEls = $('.marked');
2
3        $(window).scroll(function(e) {
4
5            $.each($animatedEls, function(index, item) {
6                console.log($(item).offset());
7            }
8
9        }
10
similar questions
queries leading to this page
get position of each element using jquery