04 2015 档案

摘要:http://codepen.io/canvas的各种实例1.The Responsive jQuery Content Sliderhttp://bxslider.com/2.ThemePunchSlider Revolution pluginshttp://www.themepunch.com/... 阅读全文
posted @ 2015-04-10 14:42 laugh 阅读(229) 评论(0) 推荐(0)
摘要:(function($) { "use strict"; // Cache selectors var lastId, topMenu = $(".menu-holder"), topMenuHeight = topMenu.outerHeight()+... 阅读全文
posted @ 2015-04-10 10:13 laugh 阅读(628) 评论(0) 推荐(0)
摘要:一、获取元素 CSS大小1.通过style 内联获取元素的大小var box = document.getElementById('box'); //获取元素box.style.width; //200px、空box.style.height; //200px、空style 获取只能获取到行内sty... 阅读全文
posted @ 2015-04-05 21:46 laugh 阅读(436) 评论(0) 推荐(0)