Answers for "how to disable empty href in anchor tag"

1

empty link html

<a href="javascript:void(0)">Link title</a>
<!--Quick copy paste : href="javascript:void(0)" -->
Posted by: Guest on July-17-2020
2

html disable anchor link

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language