Jump to Main Content
Home Snippets jQuery Disable an anchor link using jQuery
jQuery('.anchorlink').on('click', function(e) { e.preventDefault(); });