会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ghfjj
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
20
下一页
2017年11月20日
jq版本 ie8
摘要: <!--IE8只能支持jQuery1.9--><!--[if lte IE 8]><script src="http://cdn.bootcss.com/jquery/1.9.0/jquery.min.js"></script><![endif]-->
阅读全文
posted @ 2017-11-20 13:19 ghfjj
阅读(251)
评论(0)
推荐(0)
2017年11月14日
批量创建命名空间
摘要: // 定义数组空间 var arraynum=1; var work={}; function workspace_func(){ work[arraynum]=[]; arraynum+=1; } workspace_func(arraynum); console.log(work); conso
阅读全文
posted @ 2017-11-14 10:12 ghfjj
阅读(190)
评论(0)
推荐(0)
2017年11月7日
gulp 里用 postcss
摘要: 1:创建一个项目文件夹: 2:在这个文件夹的路径下cmd, 运行如下命令 cnpm install gulp -g cnpm install gulp --save-dev cnpm install postcss autoprefixer cssnext precss --save-dev var
阅读全文
posted @ 2017-11-07 11:06 ghfjj
阅读(359)
评论(0)
推荐(0)
2017年10月30日
自己修改select的样式(修改select右边的小三角)
摘要: select { /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/ border: solid 1px #000; /*很关键:将默认的select选择框样式清除*/ appearance:none; -moz-appearance:none; -webkit-appeara
阅读全文
posted @ 2017-10-30 14:22 ghfjj
阅读(5348)
评论(1)
推荐(0)
2017年10月25日
年月日 手写思路
摘要: function setDate(){ var minYear = 1900 var maxYear = (new Date).getFullYear(); var yearSel = $('#year'); var monthSel =$('#month'); var daySel = $('#days'); console.log(maxYea...
阅读全文
posted @ 2017-10-25 02:04 ghfjj
阅读(614)
评论(0)
推荐(0)
owlcar 用法心得 自定义导航
摘要: 乔迁 结婚 生日 祝寿 ...
阅读全文
posted @ 2017-10-25 01:03 ghfjj
阅读(667)
评论(0)
推荐(0)
2017年10月24日
placeholder 颜色
摘要: https://jingyan.baidu.com/article/09ea3ede0f1ae2c0afde397e.html input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #666; }
阅读全文
posted @ 2017-10-24 02:57 ghfjj
阅读(160)
评论(0)
推荐(0)
2017年9月25日
图片加载完后执行事件
摘要: 解决因为图片缓存导致不load的问题
阅读全文
posted @ 2017-09-25 13:27 ghfjj
阅读(830)
评论(0)
推荐(0)
2017年9月12日
针对动态创建的数据添加事件
摘要: 一般的写法 $('.sele_xlbox').find('dd').on('click'',function(){}) 针对动态创建的数据添加事件 $('.sele_xlbox').on('click','dd',function(){})
阅读全文
posted @ 2017-09-12 10:31 ghfjj
阅读(175)
评论(0)
推荐(0)
2017年8月30日
弹窗(遮罩层)
摘要: html css js
阅读全文
posted @ 2017-08-30 16:49 ghfjj
阅读(301)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
20
下一页
公告