Do we still need backup code for people who have javascript disabled?
Posted
by SLC
on Stack Overflow
See other posts from Stack Overflow
or by SLC
Published on 2010-05-25T13:34:18Z
Indexed on
2010/05/25
13:41 UTC
Read the original article
Hit count: 115
JavaScript
|best-practices
I hear about it a bit in tutorials that I watch, that certain things won't work if javascript is disabled. Occasionally I see workarounds.
The question is, are these relevent? I can't imagine anyone not having a javascript enabled browser nowadays, except the most ancient of phones, and chances are your page won't render on them properly anyway.
Do people still bother to write backup code for javascript being disabled?
© Stack Overflow or respective owner