批量修改标签css样式以input标签为例_jquery
程序员文章站
2022-04-10 17:40:59
...
$("input[style]").each(function(){ $(this).css("border-width","1"); $(this).css("background-color","#A9A9A9"); });