Closed daybrush closed 7 years ago
if call check function in scroll event, always trigger "change" event when not visible and not invisible.
add code
if (visible.length === 0 && invisible.length === 0) { return this; }
if call check function in scroll event, always trigger "change" event when not visible and not invisible.
add code