Disable anchor link failed with javascript

后端 未结 1 1618
轻奢々
轻奢々 2021-01-29 10:28

I have anchor tag

Clickme.

When html loads it s

相关标签:
1条回答
  • 2021-01-29 11:07

    I'm not sure if a link can be hidden (without being wrapped in a div) but if it could the code would be

    document.getElementById("click").style.visibility='hidden'
    
    0 讨论(0)
提交回复
热议问题