- Mark Chang
- 0°C
- 4 年又 160 天
如何將 a href 禁用
如標題,若採用CSS的方式作法如下:.disabled {
pointer-events: none;
cursor: default;
}接著在連結裡加入上列CSS
<a href="URL" class="disabled">LINK</a>以上紀錄~
https://innstory.com/story-如何將ahref禁用-2789
.disabled {
pointer-events: none;
cursor: default;
}<a href="URL" class="disabled">LINK</a>離不開電腦的宅男
作者其他相關類別故事