My website has somewhat graceful degradation in the sense that if JS is disabled, a fallback technique is used and everything is dandy. The problem arises when JS is enabled but poorly supported (cough IE6 cough). Is there a quick and dirty way of just disabling JS entirely on my website when the user is browsing with an unsupported browser?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Wrap all the scripts you use in a conditional comment:
For non-IE browsers, the conditional is ignored entirely and the |
|||||||||||||
|
|
|||||
|