摘要:
<form id="bindEmail" class="sui-form form-horizontal" onsubmit="return false"> 阅读全文
摘要:
需要在点击获取验证码的时候只验证手机,单击确定的时候两个同时验证 添加验证码验证 阅读全文
摘要:
加密 阅读全文
摘要:
Swiper 3.4.1 阅读全文
摘要:
ajax 跨域无法携带cookie,需要用到session,终于完美结局 xhrFields: { withCredentials: true }, 添加这个可能是大家都会做的一件事 但是添加上了之后就出现了另外一个问题 The 'Access-Control-Allow-Origin' heade 阅读全文
摘要:
//执行回调函数 typeof fn "function" ? fn() : false; //执行回调函数 typeof fn "function" ? fn() : false; 阅读全文
摘要:
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 阅读全文
摘要:
$(function(){ //调用查看微信放大图片功能 imgClick(".product-img-body img"); }) //可以点击的图片 function imgClick(obj){ $(obj).click(function(){ var src = getI... 阅读全文
摘要:
$(".tab li").click(function() { $(".tab li") .eq($(this).index()) .addClass("activ") .siblings() .removeClass("activ"); $(".tabCon .item") .hide() .eq(... 阅读全文
摘要:
自动匹配地址按钮会在输入内容后可以点击 阅读全文