Snippets tagged “noscript”
1 snippet uses this tag.
- How to Display a Message if JavaScript is Turned OffJavaScript
If you have a content that will not function without JavaScript, you need to display a message with an explanation of the problem. In this snippet, we are going to have a look at 2 simple methods to display the content when JavaScript is turned off.