$(window).scroll(function (){
$("div").each(function (){
if($(this).offset().top<$(window).scrollTop()+$(window).height()){
$(this).addClass("con-enter")
}
})
相关分类