Designer News
Where the design community meets.
over 3 years ago from Adam Marsden, Front-end Developer & Designer
I've always wondered, who disables JS in thier browser these days?
most recent stat i saw was 0.2% globally, with much higher rates in developing countries. https://blockmetry.com/blog/javascript-disabled
Interesting, I personally feel your adverage website doesn't need to consider 0.2%.
Those visitors with javascript disabled, by now, expect half the internet to be broken anyway.
Why would people read an article about Jquery with javascript disabled?
That's not the point. His website (and this technique) is unusable if javascript is disabled. It would take less time to fix it than to write this comment.
Its a pretty easy fix to modernizr / have a .no-js class. Surprised it wasn't considered
Some people are fine with that fact. I would happily use a JavaScript framework like ReactJS, AngularJS or Vue if it improved the user experience of the 99.8% of visitors that do have JavaScript enabled.
Hey Steve!
Took your advice onboard and have tweaked the code so that the first fade in is done via CSS so that way a user with JS disabled will see the site.
Nice work my friend!
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
You realize that visitors with javascript disabled just see a blank page?