使用jQuery从style标签中读取值

时间:2014-09-01 09:34:14

标签: jquery css

我的html文档中有一个样式标记:

<style>
     #workspace a:not(.notClickable){color:#c75858 !important; text-decoration: underline; !important;} 
     #workspace a:not(.notClickable):hover {color:#c75a1b2 !important; text-decoration: none; !important;}
</style>

我如何阅读值:

color:#c75858

text-decoration: underline

color:#c75a1b2

text-decoration: none

使用jQuery变换变量?

0 个答案:

没有答案