handling elements that use javascript when javascript isn't available.

Hey, if you have an element that utilizes javaScript, perhaps a button that opens up an accordion, however the user either has javascript turned off on their browser or something in your code/browser causes it to fail to load, how do you appropriately handle that element, since it won't do anything?

i'd appreciate any insight. Thanks in advance.
Was this page helpful?