Skip to content Skip to sidebar Skip to footer

Disable Anchor Link Failed With Javascript

I have anchor tag Clickme. When html loads it showing clickme,when i click anchor link,it c

Solution 1:

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'

Post a Comment for "Disable Anchor Link Failed With Javascript"