To disable all links using jQuery you cna use the snippet below.
Samples
jQuery Sample
<script type="text/javascript"> $("a").click(function() { return false; }); </script>
If you have any questions or suggestions feel free to rate this snippet, post a comment or Contact Us via Email.
Related links:
RT @CodeSnippetsNET: https://t.co/sPA9pFbHVP How to disable all links using #jQuery #javascript #html5 #webdev #developer #programming
RT @CodeSnippetsNET: https://t.co/sPA9pFbHVP How to disable all links using #jQuery #javascript #html5 #webdev #developer #programming
RT @CodeSnippetsNET: https://t.co/sPA9pFbHVP How to disable all links using #jQuery #javascript #html5 #webdev #developer #programming
RT @CodeSnippetsNET: https://t.co/sPA9pFbHVP How to disable all links using #jQuery #javascript #html5 #webdev #developer #programming
RT @CodeSnippetsNET: https://t.co/sPA9pFbHVP How to disable all links using #jQuery #javascript #html5 #webdev #developer #programming
RT @CodeSnippetsNET: https://t.co/sPA9pFbHVP How to disable all links using #jQuery #javascript #html5 #webdev #developer #programming