当前位置: 编程技术>WEB前端
批量修改标签css样式以input标签为例
来源: 互联网 发布时间:2014-08-25
本文导语: $("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"); });