如何用jquery实现页面滚动到指定位置后触发事件的效果
展开全部
scrollBottomTest
=function(){
$("#contain").scroll(function(){
var
$this
=$(this),
viewH
=$(this).height(),//可见高度
contentH
=$(this).get(0).scrollHeight,//内容高度
scrollTop
=$(this).scrollTop();//滚动高度
//if(contentH
-
viewH
-
scrollTop
<=
100)
{
//到达底部100px时,加载新内容
if(scrollTop/(contentH
-viewH)>=0.95){
//到达底部100px时,加载新内容
//
这里加载数据..
}
});
}
=function(){
$("#contain").scroll(function(){
var
$this
=$(this),
viewH
=$(this).height(),//可见高度
contentH
=$(this).get(0).scrollHeight,//内容高度
scrollTop
=$(this).scrollTop();//滚动高度
//if(contentH
-
viewH
-
scrollTop
<=
100)
{
//到达底部100px时,加载新内容
if(scrollTop/(contentH
-viewH)>=0.95){
//到达底部100px时,加载新内容
//
这里加载数据..
}
});
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询