$(this).css("border-width","1");
$(this).css("background-color","#A9A9A9");
});" />

批量修改标签css样式以input标签为例

内容摘要
$("input[style]").each(function(){
$(this).css("border-width","1");
$(this).css("background-color","#A9A9A9");
});
文章正文
$("input[style]").each(function(){
        $(this).css("border-width","1");
        $(this).css("background-color","#A9A9A9");
    }); 

代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!