Hellfire103@lemmy.ca to Mildly Infuriating@lemmy.worldEnglish · edit-214 days agoThe sheer amount of websites that are completely unusable without JavaScriptlemmy.caimagemessage-square87linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageThe sheer amount of websites that are completely unusable without JavaScriptlemmy.caHellfire103@lemmy.ca to Mildly Infuriating@lemmy.worldEnglish · edit-214 days agomessage-square87linkfedilink
minus-squareLimonene@lemmy.worldlinkfedilinkEnglisharrow-up0·13 days agoSearch is easier to implement without Javascript than with. <form method="GET" action="/search"> <input name="q"> <input type=submit> </form>
minus-squareVictor@lemmy.worldlinkfedilinkEnglisharrow-up0·13 days agoDoes that little snippet include suggestions, like I mentioned? Of course it’s easier with less functionality.
minus-squarehumorlessrepost@lemmy.worldlinkfedilinkEnglisharrow-up0·edit-213 days agoBack in my day, we’d take that fully-functional form and do progressive enhancement to add that functionality on top with js. You know, back when we (or the people paying us) gave a fuck.
Search is easier to implement without Javascript than with.
<form method="GET" action="/search"> <input name="q"> <input type=submit> </form>
Does that little snippet include suggestions, like I mentioned? Of course it’s easier with less functionality.
Back in my day, we’d take that fully-functional form and do progressive enhancement to add that functionality on top with js. You know, back when we (or the people paying us) gave a fuck.