kof / xLazyLoader

[deprecated] jquery plugin for asynchron load of javascripts, css and images
10 stars 3 forks source link

Issue with "other browsers" and the cssRules node #1

Open matsko opened 13 years ago

matsko commented 13 years ago

The cssRules node is not accessible when the stylesheet belongs to a domain outside of the current website.

Here is a full explanation and solution of how to fix this: http://yearofmoo.com/2011/03/cross-browser-stylesheet-preloading/

kof commented 13 years ago

interesting, thanks.