Comment on The sheer amount of websites that are completely unusable without JavaScript
Limonene@lemmy.world 3 days agoSearch is easier to implement without Javascript than with.
<form method="GET" action="/search"> <input name="q"> <input type=submit> </form>
victorz@lemmy.world 3 days ago
Does that little snippet include suggestions, like I mentioned? Of course it’s easier with less functionality.
humorlessrepost@lemmy.world 3 days ago
Back in my day, we’d take that fully-functional form and do progressive enhancement to add that functionality on top with js.
victorz@lemmy.world 2 days ago
Ah yes. Progressive enhancement, I remember that. I wonder when and how that morphed into graceful degradation.