In this post I will discuss various approaches to disable a Hyperlink with Jquery. More specifically, I will be covering 3 approaches
- Disable Links by utilizing preventDefault
- Disable Links by Removing the href attribute
- Disable Links by utilizing the click handler
Lets start