摘要:
注册时选择“License server”输入“http://15.idea.lanyus.com/”点击“OK”快速激活JetBrains系列产品多试几次就可以了参考http://15.idea.lanyus.com/ 阅读全文
摘要:
https://0.s3.envato.com/files/54072570/index.html 阅读全文
摘要:
/* 发送手机验证码 */ function sendSMS(obj){ var _this = $(obj); $.get("/HAIHANG/ajax/getCode.json", {mobile:_User_Mobile}, function(data){ ... 阅读全文
摘要:
1.(Javascript) 模板引擎:Juicer2.上传组件:Web UploaderjQuery-File-Upload3.图片延迟加载插件:unveil4.前端文档Javascript在线手册5.轮播插件SuperSlide6.图标库iconfont 阅读全文
摘要:
http://jsfiddle.net/ddEPL/1/ 阅读全文
摘要:
http://www.css88.com/archives/5366 阅读全文
摘要:
$('#J_sendSms').click(function(){ var _this = $(this); if(!$("#mobile").val()) return alert("手机号码不能为空"); $.get("/m... 阅读全文
摘要:
阅读全文
摘要:
align-items:center 垂直居中 阅读全文
摘要:
@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: ro... 阅读全文