码迷,mamicode.com
首页 > 其他好文 > 详细

即时效果--元素出现在页面特定区域时加载

时间:2017-05-24 16:06:47      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:set   height   执行   hasclass   通过   fse   amp   scrolltop   --   

$(window).scrollTop()>=element.offset().top-$(window).height/2;

只有初次到达时执行,可以通过class控制

$(window).scrollTop()>=element.offset().top-($(window).height/2)&& !element.hasClass(‘active‘);

即时效果--元素出现在页面特定区域时加载

标签:set   height   执行   hasclass   通过   fse   amp   scrolltop   --   

原文地址:http://www.cnblogs.com/xiaozhuzhuandxiaomoney/p/6898945.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!