SyntaxFix
Write A Post
Hire A Developer
Questions
I have used the following code. It works fine for me.
$('a').bind('click', function(e) { e.stopPropagation(); });