jquery - how to load an external css file if javascript is disabled -
jquery - how to load an external css file if javascript is disabled -
how load external css file if javascript disabled.
should work in ie 6 9, firefox google chrome, safari
i tried <noscript>
, keeping <noscript>
within it's not working in ie 7
i'd other way around. load css contain rules prefixed body.jsenabled
. add together class "jsenabled" on body via javascript.
this way of "discovering capabilities" approximately how http://www.modernizr.com/ works.
javascript jquery css xhtml
Comments
Post a Comment