如何將 a href 禁用
Temperature: 0 °C
如標題,若採用CSS的方式作法如下:
.disabled {
pointer-events: none;
cursor: default;
}
接著在連結裡加入上列CSS
<a href="URL" class="disabled">LINK</a>
以上紀錄~ #故事 #disabled #CSS #a href
HOME All Categories 如何將 a href...
Temperature: 0 °C
如標題,若採用CSS的方式作法如下:
.disabled {
pointer-events: none;
cursor: default;
}
<a href="URL" class="disabled">LINK</a>
Mark Chang
離不開電腦的宅男
Leave some footprints to prove that you visited me
Author's other related stories
Please select an option
error
Copy complete
Hi, thank you for your participation, but you cannot vote repeatedly~
Wrong format