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

滚动页面

时间:2015-01-06 15:31:15      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:

$(window).load(function() {
if($(".toursforfun-show").height() > $(".toursforfun-left").height())
{
    $(".toursforfun-left").scrollFix(-125);
}
else
{
   $(".productGetItinerary").scrollFix(-135);

}

});

滚动页面

标签:

原文地址:http://www.cnblogs.com/hgj123/p/4206042.html

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