Skip to main content


"Disabling a link". This phrase makes me ill, but here's a great article to help if you must do this. Another option is to just remove the link. https://www.scottohara.me/blog/2021/05/28/disabled-links.html by @scottohara #links #webdesign #webdev
in reply to DennisL

i went the css route something like

a[disabled] { pointer-events: none; }

we ve been asked to have a link disabled for a few seconds to throttle users, kinda work.