var $animatedEls = $('.marked'); $(window).scroll(function(e) { $.each($animatedEls, function(index, item) { console.log($(item).offset()); } }