javascript - Is it possible to test for scripting possibilities in the head of the document? -
I want to load a specific - additional style sheet when scripting is disabled in the browser.
Is there a good / clear way to test it or should I just use a script tag and a document. Write style sheet to add?
I used to work on the other side. If scripting is available then override the styles, that is, instead of trying to check the availability of JS, make it without the JS, at the top of a page.
I will probably roll them into a stylesheet and then one:
page.
Comments
Post a Comment