摘要: W3规范: querySelector: return the first matching Element node within the node's subtress. if there is no such node, the method must return null. 返回指定元素节 阅读全文
posted @ 2016-08-23 21:31 inno 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 无间断滚动图片 --原理(定时器 每隔.1秒调用一次滚动的函数) /***body**/ <div id="wrap"> <div id="box"> <img src="img/1.jpg" alt="" /> <img src="img/2.jpg" alt="" /> <img src="im 阅读全文
posted @ 2016-08-23 19:57 inno 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 声明:tween.js -- github.com -- search --下载 /***导入tween.js**/ <script type="text/javascript" src="js/tween.js" ></script> /***style样式**/ <style> #wrap { 阅读全文
posted @ 2016-08-23 12:32 inno 阅读(1116) 评论(0) 推荐(0) 编辑