- 博客(173)
- 收藏
- 关注
转载 css3网站
http://turismoalagoas.com/http://zeropixel.com.br/http://www.htmleaf.com/Demo/20141028313.html转载于:https://www.cnblogs.com/anyaran/p/5586684.html
2016-06-15 10:54:00
156
转载 时间轴滚动充盈
https://codyhouse.co/demo/icons-filling-effect/index.html转载于:https://www.cnblogs.com/anyaran/p/5580005.html
2016-06-13 11:17:00
162
转载 html5网站
https://html5up.net/http://tympanus.net/Freebies/HalcyonDaysTemplate/转载于:https://www.cnblogs.com/anyaran/p/5579813.html
2016-06-13 10:44:00
187
转载 图片查看插件
jquery.poptrox.js转载于:https://www.cnblogs.com/anyaran/p/5579803.html
2016-06-13 10:41:00
151
转载 响应式列表中控制图片高度一致js
function imgResize(){ var _w = $('ul li:first-child a').width(); $('ul li img.img-responsive').css('height',_w);}window.onload = function(){ imgResize();};$(window).resize(function(){ ...
2016-06-12 14:14:00
255
转载 json数组按xxx属性值排序 升序
/** json数组按xxx属性值排序 升序* */function arrBubble(arr){ for(var i=0;i<arr.length;i++){ for(var j=0;j<arr.length-1;j++){ if(arr[j+1].index<arr[j].index){ va...
2016-05-26 17:02:00
153
转载 H5响应式方案
flexible.jshttp://www.tuicool.com/articles/nmm6reE转载于:https://www.cnblogs.com/anyaran/p/5501387.html
2016-05-17 13:55:00
91
转载 webpack中文指南
http://webpackdoc.com/module-system.html转载于:https://www.cnblogs.com/anyaran/p/5496938.html
2016-05-16 09:08:00
155
转载 js解决列表中按钮重复点击重复提交的问题
clickFunc(){var _isPostting = $("#alreadyMentionedReceivables"+orderNo).attr('data-ispostting');if(_isPostting == 'true'){return;}$("#alreadyMentionedReceivables"+orderNo).attr('data-ispostting...
2016-05-03 14:24:00
325
转载 如何解决css帧keyframes在yuicompressor下压缩问题
@keyframes asideRighta{ 0% { opacity: 1; } 100% { opacity: .8; } }但是在用yuicompressor进行压缩时他会自做主张的把 0%变为0@keyframes asideRighta{ 0{ opacity: 1; } 100% { opacity: .8; } }方案一:把0%写为from to@ke...
2016-04-28 10:37:00
99
转载 图片压缩网站
http://zhitu.isux.us/转载于:https://www.cnblogs.com/anyaran/p/5412446.html
2016-04-20 14:08:00
95
转载 web前端工程师
主要职责:1.负责京东店铺、活动装修平台产品移动前端、PC端(非IE系列)研发工作;2.前端组件,前端交互功能能力要求:1、热爱前端,对前端技术有一定见解2、三年以上前端工作经验3、熟练掌握JavaScript/HTML/CSS,熟练使用jQuery/zepto框架,熟悉OOP,熟悉基本的数据结构,熟悉HTTP,能快速高效实现各种交互效果4、熟练掌握DI...
2016-04-06 10:00:00
112
转载 h5+app开发框架
MUI:http://dcloudio.github.io/mui/(使用H5+app模式,号称是最接近原生,但是目前在手机和电脑浏览器无法使用)app-framework:http://app-framework-software.intel.com/ (有Android、iOS等主题样式可供选择,有强大的XDK编辑器支持)Ratchet:http://goratchet.co...
2016-03-31 14:37:00
210
转载 win10 print spooler 开启不了1068错误
打开注册表regedit 删除依赖http 重启电脑就ok了转载于:https://www.cnblogs.com/anyaran/p/5319516.html
2016-03-25 14:58:00
322
转载 升级win10后80端口被占用问题
查看任务管理器发现 系统和压缩内存NT Kernel & System 占用了80端口 如下图:解决办法:1、找到cmd.exe 右击菜单,超级管理员 打开2、运行net stop http3、Y4、Sc config http start= disabled5、netstat -ano发现pid 4占用了445端口转载于:https://www.cnblo...
2016-03-22 15:12:00
106
转载 清空input file 的值
// 清空file inputvar Upload = { clear: function(id){ var up = (typeof id=="string")?document.getElementById(id):id; if (typeof up != "object") return null; var tt = document...
2016-01-19 18:07:00
141
转载 nginx 静态文件 ajax post 404
server { listen 80; server_name localhost 10.20.143.106; index index.html index.htm; location / { ssi on; ssi_silent_errors on; ind...
2016-01-19 14:23:00
296
转载 webstorm 配置
1.下载nodejs2.安装lessnpm install less -g3.在webstorm上配置less4.nodejs安装Yui Compressor npm install yuicompressor -g5.nodejs安装autoprefixer npm install autoprefixer -g npm install postcss...
2015-12-09 23:44:00
97
转载 数字千位加逗号js
<script type= "text/javascript"> var num_s = "1232134456.546 ";alert(parseFloat(num_s).toLocaleString());</script><script type="text/javascript"> function format_number...
2015-12-08 17:55:00
372
转载 动画计数js
https://0.s3.envato.com/files/54072570/index.html转载于:https://www.cnblogs.com/anyaran/p/5027800.html
2015-12-07 22:58:00
127
转载 发送手机验证码
/* 发送手机验证码 */ function sendSMS(obj){ var _this = $(obj); $.get("/HAIHANG/ajax/getCode.json", {mobile:_User_Mobile}, function(data){ if(!data) { _this.a...
2015-11-25 10:24:00
257
转载 前端组件库
1.(Javascript) 模板引擎:Juicer2.上传组件:Web UploaderjQuery-File-Upload3.图片延迟加载插件:unveil4.前端文档Javascript在线手册5.轮播插件SuperSlide...
2015-11-05 14:04:00
107
转载 lazyload隐藏元素不生效处理方法
http://jsfiddle.net/ddEPL/1/转载于:https://www.cnblogs.com/anyaran/p/4937949.html
2015-11-05 01:19:00
534
转载 Javascript规范
http://www.css88.com/archives/5366转载于:https://www.cnblogs.com/anyaran/p/4903858.html
2015-10-23 11:11:00
68
转载 发送验证码
$('#J_sendSms').click(function(){ var _this = $(this); if(!$("#mobile").val()) return alert("手机号码不能为空"); $.get("/member/getCode", {mobile:$("#mobile").va...
2015-10-22 16:57:00
267
转载 网站整站变灰
<style rel="stylesheet"> html{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); ...
2015-10-22 16:33:00
106
转载 flex
align-items:center 垂直居中转载于:https://www.cnblogs.com/anyaran/p/4897692.html
2015-10-21 14:29:00
62
转载 css3转圈
@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg...
2015-10-20 15:48:00
102
转载 前端组件库
http://top.css88.com/archives/660转载于:https://www.cnblogs.com/anyaran/p/4891326.html
2015-10-19 11:15:00
88
转载 正则
KL.Util = { isEmail : function(v) { return /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/ .test(v); }, isMobile : function(v) { return /^[0]?[1][0-9]{10}$/.t...
2015-10-16 17:54:00
126
转载 背景图片lazyload
// 背景lazyload var $willBgItems= $("[data-lazy-bg]"); if ($willBgItems.length>0){ var topArray=[]; var $willDistance = $(window).height()*1.8; $willB...
2015-10-15 17:15:00
200
转载 异步加载js
function loadScript(url, callback){ var script = document.createElement("script"); script.type = "text/javascript"; if (script.readyState){ //IE script.onreadystatechange = functi...
2015-10-14 14:19:00
51
转载 延迟加载图片插件
http://luis-almeida.github.io/unveil/转载于:https://www.cnblogs.com/anyaran/p/4832840.html
2015-09-23 17:11:00
86
转载 nodejs安装autoprefixer
http://www.weste.net/2015/06-02/103795.html转载于:https://www.cnblogs.com/anyaran/p/4828058.html
2015-09-22 09:43:00
493
转载 nodejs安装Yui Compressor
nodejs安装Yui Compressor转载于:https://www.cnblogs.com/anyaran/p/4828009.html
2015-09-22 09:31:00
146
转载 js捕捉回车事件
//注册键盘事件document.onkeydown = function(e) { //捕捉回车事件 var ev = (typeof event!= 'undefined') ? window.event : e; if(ev.keyCode == 13 && document.activeElement.id == "key") { ...
2015-09-21 22:17:00
164
转载 支付宝服务窗前台页面规范
http://am-team.github.io/antui/nav.html#pageresult转载于:https://www.cnblogs.com/anyaran/p/4827391.html
2015-09-21 21:53:00
138
转载 html5 input type number 去掉加减号
在chrome下:input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{ -webkit-appearance: none !important; margin: 0;}Firefox下:input[type="number"]{-moz-appearance:textfield;}...
2015-09-09 01:06:00
512
转载 各种幻灯片特效SuperSlide
http://www.superslide2.com/index.html转载于:https://www.cnblogs.com/anyaran/p/4778820.html
2015-09-02 15:56:00
136
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人