摘要:
阿里 阿里2 百度 阅读全文
posted @ 2018-06-25 11:02
IT刘磊
阅读(776)
评论(0)
推荐(0)
摘要:
<!DOCTYPE HTML><html><head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content = " 阅读全文
posted @ 2018-06-25 10:56
IT刘磊
阅读(197)
评论(0)
推荐(0)
摘要:
// dom 自己填写 $(window).scroll(function(){floor_scroll();}); // 滚动 执行 function floor_scroll(){ $(".quan").each(function(index, el) { // 遍历 页面内容 有几个楼层 就有 阅读全文
posted @ 2018-06-25 10:48
IT刘磊
阅读(340)
评论(0)
推荐(0)
摘要:
function scroto(tray){ var timer=setTimeout(function(){ var curr_y=document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop 阅读全文
posted @ 2018-06-25 10:24
IT刘磊
阅读(784)
评论(0)
推荐(0)