上一页 1 2 3 4 5 6 7 8 ··· 20 下一页
摘要: <!--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 阅读(237) 评论(0) 推荐(0) 编辑
摘要: // 定义数组空间 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 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(351) 评论(0) 推荐(0) 编辑
摘要: select { /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/ border: solid 1px #000; /*很关键:将默认的select选择框样式清除*/ appearance:none; -moz-appearance:none; -webkit-appeara 阅读全文
posted @ 2017-10-30 14:22 ghfjj 阅读(5315) 评论(1) 推荐(0) 编辑
摘要: 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 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 乔迁 结婚 生日 祝寿 ... 阅读全文
posted @ 2017-10-25 01:03 ghfjj 阅读(656) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/09ea3ede0f1ae2c0afde397e.html input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #666; } 阅读全文
posted @ 2017-10-24 02:57 ghfjj 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 解决因为图片缓存导致不load的问题 阅读全文
posted @ 2017-09-25 13:27 ghfjj 阅读(825) 评论(0) 推荐(0) 编辑
摘要: 一般的写法 $('.sele_xlbox').find('dd').on('click'',function(){}) 针对动态创建的数据添加事件 $('.sele_xlbox').on('click','dd',function(){}) 阅读全文
posted @ 2017-09-12 10:31 ghfjj 阅读(170) 评论(0) 推荐(0) 编辑
摘要: html css js 阅读全文
posted @ 2017-08-30 16:49 ghfjj 阅读(296) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 20 下一页