$(window).scroll(function (){ $("div").each(function (){ if($(this).offset().top<$(window).scrollTop()+$(window).height()){ $(this).addClass("con-enter") } })})
SOS 請問 這段JQ 用js 怎么寫
12345678_0001
2018-10-18 16:15:18