问答详情
源自:6-2 使用JS为元素class赋值
if (top > m.offset().top - 300) { currentId = "#" + m.attr("id"); 这里为什么判断是用大于号呢。用等号不行吗
if (top > m.offset().top - 300) {
currentId = "#" + m.attr("id");
提问者:new新的开始
2017-04-15 20:27
个回答
凌人
2017-04-17 20:15:06
滑动的时候不能保证滑到那个绝对的top值
0