I have a minor confusion, as I need to use some anchor tags on navigations which on hovering will trigger some actions but on click I want them to get disabled, I referred to soo many solutions and concluded with the below two but confused which one to use:
- <a href="javascript:void(0)">
- <a href="#" onClick="return false;">
 
    