+ 1

Disabling JavaScript

What will happen if you use angular or JavaScript logic inside your app or website and the user disable the JavaScript

16th Mar 2019, 10:24 AM
Ibrahim Eshag
2 odpowiedzi
+ 3
It will not work. Only html code from html file will be displayed.
16th Mar 2019, 10:42 AM
Hubert Dudek
Hubert Dudek - avatar
+ 1
That’s where the noscript tag comes in handy. If you want something displayed to visitors who have javascript disabled, or using a browser that doesn’t support it, use noscript. Example: <noscript>Sorry, your browser isn’t using javascript. That means ..... </noscript>
16th Mar 2019, 2:14 PM
Mike
Mike - avatar