Answers for "anchor link disable by css"

0

Disable Link using css

#element {
 pointer-events: none;
 cursor: unset
}
Posted by: Guest on April-20-2022
2

html disable anchor link

a.isDisabled {
  pointer-events: none;
}
Posted by: Guest on April-16-2020

Browse Popular Code Answers by Language