摘要:
一、伪元素改变file类型input框的默认样式: css: html: <input id="wenjian" type="file" /> 二、改变placeholder的默认颜色: 阅读全文
posted @ 2015-12-18 11:18
小蜗牛wj
阅读(1388)
评论(0)
推荐(0)
摘要:
$(window).resize(function() { 1 history.go(0) 2 location.reload() 3 location=location 4 location.assign(location) 5 document.execCommand('Refresh') 6 阅读全文
posted @ 2015-12-18 11:03
小蜗牛wj
阅读(116)
评论(0)
推荐(0)