上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: <form id="bindEmail" class="sui-form form-horizontal" onsubmit="return false"> 阅读全文
posted @ 2018-01-10 14:15 sunniejs 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 需要在点击获取验证码的时候只验证手机,单击确定的时候两个同时验证 添加验证码验证 阅读全文
posted @ 2018-01-09 10:27 sunniejs 阅读(4235) 评论(0) 推荐(0) 编辑
摘要: 加密 阅读全文
posted @ 2018-01-03 14:54 sunniejs 阅读(1241) 评论(0) 推荐(0) 编辑
摘要: Swiper 3.4.1 阅读全文
posted @ 2017-12-29 11:51 sunniejs 阅读(6794) 评论(0) 推荐(1) 编辑
摘要: ajax 跨域无法携带cookie,需要用到session,终于完美结局 xhrFields: { withCredentials: true }, 添加这个可能是大家都会做的一件事 但是添加上了之后就出现了另外一个问题 The 'Access-Control-Allow-Origin' heade 阅读全文
posted @ 2017-12-18 09:54 sunniejs 阅读(4305) 评论(0) 推荐(0) 编辑
摘要: //执行回调函数 typeof fn "function" ? fn() : false; //执行回调函数 typeof fn "function" ? fn() : false; 阅读全文
posted @ 2017-12-13 15:14 sunniejs 阅读(15376) 评论(0) 推荐(0) 编辑
摘要: clone 某个分支: git clone -b b1 https://github.com/... clone所有分支 git clone https://github.com/... git branch -r * master origin/HEAD -> origin/master origin/master origin/b1 git checkout b1 阅读全文
posted @ 2017-12-11 17:18 sunniejs 阅读(133) 评论(0) 推荐(0) 编辑
摘要: $(function(){ //调用查看微信放大图片功能 imgClick(".product-img-body img"); }) //可以点击的图片 function imgClick(obj){ $(obj).click(function(){ var src = getI... 阅读全文
posted @ 2017-12-04 16:22 sunniejs 阅读(287) 评论(0) 推荐(0) 编辑
摘要: $(".tab li").click(function() { $(".tab li") .eq($(this).index()) .addClass("activ") .siblings() .removeClass("activ"); $(".tabCon .item") .hide() .eq(... 阅读全文
posted @ 2017-11-28 16:51 sunniejs 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 自动匹配地址按钮会在输入内容后可以点击 阅读全文
posted @ 2017-11-21 15:16 sunniejs 阅读(2871) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页