通过本文主要向大家介绍了css样式,input标签等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
$("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");
});