
JS
还是要努力啊
17年11月实习
展开
-
html转excel 避免 字符串在excel中自动转成数字
html转excel 避免 字符串在excel中自动转成数字 style 添加 vnd.ms-excel.numberformat:@原创 2020-04-20 16:47:49 · 718 阅读 · 0 评论 -
不支持background-size的IE浏览器背景自适应问题
样式中添加 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='1.jpg',sizingMethod='scale'); .selected{ background:url("image/rbbg6.gif") no-repeat center; background-size:100% 100%; ...原创 2019-10-10 21:03:57 · 309 阅读 · 0 评论 -
JQuery 获取单选按钮值
var val = $(‘input[name=”myAnswer”]:checked ‘).val();原创 2018-05-28 20:44:03 · 259 阅读 · 0 评论 -
修改input背景色
document.getElementById("xxx").css("background","red");原创 2018-05-10 16:39:13 · 20116 阅读 · 0 评论