view source
An Accessible Image Gallery With Progressive JavaScript
It’s very easy to create an image gallery with JavaScript, but many developers stop right there. Making the JavaScript progressive (built in such a way that even if it is blocked or fails, functionality is not lost) and accessible (usable by everyone, regardless of their ability) takes only a little extra effort, as this article demonstrates.
Advertisement