05 2020 档案

摘要:var Global={ init:function() { this.htmlFontSize(); }, //设置根元素的font-size htmlFontSize:function(){ var doc = document; var win = window; function initF 阅读全文
posted @ 2020-05-23 17:17 ladybug7 阅读(291) 评论(0) 推荐(0)
摘要:/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h 阅读全文
posted @ 2020-05-23 17:05 ladybug7 阅读(194) 评论(0) 推荐(0)
摘要:$(window).scroll(function() { var scrollTop = $(this).scrollTop(); //滚动条距离顶部的高度 var scrollHeight = $(document).height(); //当前页面的总高度 var clientHeight = 阅读全文
posted @ 2020-05-11 22:12 ladybug7 阅读(1050) 评论(2) 推荐(0)