I\'ve got the following code:
some text
$(function (){ $('#link').click(function (e){ e.stopPropagation(); /*do other thing*/}); })