I am making online product site, I am trigging a scroll event, at starting only 12 elements will be shown but when 8th element is scrolled to top scroll event should run onl
you can unbind the event after complete.
Like $(this).unbind("scroll);
$(this).unbind("scroll);