CSSStyleDeclaration getPropertyPriority() 方法

春日樱亭

CSSStyleDeclaration getPropertyPriority() 方法

返回 color 属性是否设置了 "important!" 优先级:

var declaration = document.styleSheets[0].cssRules[0].style;
var priority = declaration.getPropertyPriority("color");
alert(priority);


定义和使用

getPropertyPriority() 方法返回指定的 CSS 属性是否设置了 "important!" 优先级。如果返回 "important" 则表明设置了优先级,否则没有。


浏览器支持

方法
getPropertyPriority() Yes 9.0 Yes Yes Yes

语法

object.getPropertyPriority(propertyname)

属性值

参数 描述
propertyname 必需。一个字符串,表示要检测的属性名。

技术细节

DOM 版本: CSS Object Model
返回值: 字符串, 表示设置了优先级,如果为空则表示没有设置优先级。
版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com

目录[+]

取消
微信二维码
微信二维码
支付宝二维码