jQuery(document).ready(function(){ jQuery('.timeline-elem .entry-content-title h4 a').click(function(event){ event.preventDefault(); }); });