For my website to gracefully degrade, I need to conditionally load CSS only when its corresponding JavaScript is enabled and functioning properly.
What is the most straightforward method to load local CSS if and only if the browser supports JavaScript?
The CSS file is quite large, so I am looking for a solution that doesn't require manually adding each attribute using JavaScript. (I can also utilize jQuery if needed).