上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: http://www.geetest.com/install/sections/idx-client-sdk.html 阅读全文
posted @ 2016-05-11 11:03 XINYUHAI77 阅读(629) 评论(0) 推荐(0) 编辑
摘要: // 创建一个新的 input var i = document.createElement("input"); // 如果创建的 input 不支持 placeholder 属性,执行以下代码 if (!("placeholder" in i)) { // 遍历所有带有 placeholder 属性的 input $("inpu... 阅读全文
posted @ 2016-05-06 11:02 XINYUHAI77 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 新建网页 git创库:https://github.com/XINYUHAI77/snake/blob/master/snake.html 阅读全文
posted @ 2016-04-28 00:07 XINYUHAI77 阅读(237) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/6529cdf21e94 http://www.jianshu.com/p/08ba65d1f91a 阅读全文
posted @ 2016-04-27 13:58 XINYUHAI77 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 1面板putty_V0.63.0.0.43510830.exe 2安装http://www.wdlinux.cn/wdcp/install.html 阅读全文
posted @ 2016-04-25 09:25 XINYUHAI77 阅读(233) 评论(0) 推荐(0) 编辑
摘要: html: 路由配置 .state('detail', { url: '/detail/:id', templateUrl: 'template/detail.html', controller: 'DetailCtrl' }) 控制器获取参数: // Produc... 阅读全文
posted @ 2016-04-24 14:08 XINYUHAI77 阅读(1381) 评论(0) 推荐(0) 编辑
摘要: ; (function ($, window, document, undefined) { function scroll() { this.num = 0; this.obj = this; this.dome = null; this.dome_ul = ... 阅读全文
posted @ 2016-04-22 11:38 XINYUHAI77 阅读(580) 评论(0) 推荐(0) 编辑
摘要: ;(function($, window, document,undefined) { function Dialog(){ this.oLogin = null; this.settings = { //默认参数 w : 300, ... 阅读全文
posted @ 2016-04-21 14:51 XINYUHAI77 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 选项卡 111111 222222 333333 111111 222222 333333 ;(function ($, window, document, undefined) { function Tab() ... 阅读全文
posted @ 2016-04-10 14:26 XINYUHAI77 阅读(173) 评论(0) 推荐(0) 编辑
摘要: /*跟随滚动条滚动*/ var menuYloc = $(".rigfie").offset().top; $(window).scroll(function (){ var offsetTop = menuYloc + $(window).scrollTop() +"px"; $(".rigfie")... 阅读全文
posted @ 2016-03-27 22:48 XINYUHAI77 阅读(192) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 13 下一页