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


$("input[style]").each(function(){
        $(this).css("border-width","1");
        $(this).css("background-color","#A9A9A9");
    }); 

« 
» 
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3