Firefox not able to enumerate document.styleSheets[].cssRules[]

后端 未结 7 1775
-上瘾入骨i
-上瘾入骨i 2020-12-16 15:33

Here is the code:

  • http://jsfiddle.net/salman/2hyYg/
  • http://jsfiddle.net/salman/2hyYg/show/

You\'ll notice the alert(document.styl

7条回答
  •  粉色の甜心
    2020-12-16 16:27

    You can get that error when trying to read a stylesheet loaded from a different domain or server, or trying to read an @import rule.

    For your purpose, just check the document.styleSheets.length .

提交回复
热议问题