9 ms·
A very nice tool and a cute website. How do you handle mobile navigation without client-side javascript?
by mstijak 4y ago
A very nice tool and a cute website. How do you handle mobile navigation without client-side javascript?
- jakelazaroff 4y agoThanks! Right now, I don't; AFAIK it's more accessible to use a bit of JavaScript than it is to e.g. use the "checkbox hack". I struggled a bit with how to word the title. What I mean is that Radish will just output your pages as plain HTML and CSS, with no client-side JS. You the author can still add your own JS via a script tag, if you'd like.