该文被密码保护。 阅读全文
posted @ 2016-08-24 11:50 inno 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-22 13:40 inno 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-19 21:28 inno 阅读(7) 评论(0) 推荐(0) 编辑
摘要: <h2 id = "show"></h2> <script type = "text/javascript"> var show = document.getElementById('show'); function start() { //给定时间 var Gdate = new Date('20 阅读全文
posted @ 2016-08-17 20:24 inno 阅读(111) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-16 16:58 inno 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-16 11:49 inno 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-13 12:22 inno 阅读(11) 评论(0) 推荐(0) 编辑