javascript - How do I detect No(t)Scripts? -


i have <noscript> block in header, within body, warn people site requires js.

however, testing in chrome w/ notscripts plugin blocking site's js, <noscript> block doesn't render. :(

what way make block bit more bulletproof?

the site works partially without js; things (e.g. stripe payments) won't work @ all, degraded. want partially support no-js mode (e.g. tor hidden site version that's privacy-enhanced partially functionality-crippled), want display warning, not disable site altogether.


Comments