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

自记滚动事件

时间:2018-05-18 11:26:47      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:scrollto   osi   else   alert   res   事件   static   offset   function   

var resultTop = $(".about-we-nav").offset().top;
$(window).scroll(function () {

if ($(document).scrollTop() >= resultTop-24) {
$(".about-we-nav").css({"top":"24px","position":"fixed"})
} else {
$(".about-we-nav").css({"position":"static"});
// alert(1)
}
});

自记滚动事件

标签:scrollto   osi   else   alert   res   事件   static   offset   function   

原文地址:https://www.cnblogs.com/mmykdbc/p/9054813.html

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