摘要:
/*input框的自动登录的填充颜色*/input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #fff inset;}/*去掉ie自带的叉叉和密码显示(ie10+)*/::-ms-clear, ::-ms-reveal{displa... 阅读全文
posted @ 2015-11-17 10:18
Vonson
阅读(219)
评论(0)
推荐(0)
摘要:
function isPlaceholder(){ var input = document.createElement('input'); return 'placeholder' in input; } if (!isPlaceholder()) {//不支持placeholder 用jquer 阅读全文
posted @ 2015-11-17 10:15
Vonson
阅读(4669)
评论(1)
推荐(1)

浙公网安备 33010602011771号