通过jquery选择和编辑所有css元素

时间:2011-08-22 15:13:07

标签: jquery colors

  

可能重复:
  Selecting elements with a certain background color

如何使用颜色或背景#333

的jquery编辑所有元素css

将所有内容更改为color或backgroundColor#000

所有

的TanX

1 个答案:

答案 0 :(得分:0)

这不仅仅是一个属性选择器 - 查找通过类名或ID设置颜色的元素要求您编写代码以循环检查每个元素的背景颜色。

请参阅:Selecting elements with a certain background color