$(function(){ $('.post-text').on('click', 'a', function(e){ e.stopPropagation(); }); })