change the Style Attribute value

Posted by Dhana on Stack Overflow See other posts from Stack Overflow or by Dhana
Published on 2009-10-29T06:40:09Z Indexed on 2010/04/17 12:13 UTC
Read the original article Hit count: 260

Filed under:
|
|

How can I get and change the Style Attribute property value

Example

<div id="styleChanger" style="color: rgb(163, 41, 41);">
   // some content
</div>

How can I change the Style property color value

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript