$(document).ready(function(){ $("#maincontent a").not(".highslide").not(".carousel-control").click(function(event){ event.preventDefault(); var location = document.location.pathname; var hirdid = '11720'; var toUrl = $(this).attr("href"); var obj = $(this); $.get("/contentclick.php?loc=" + location + '&hirdid=' + hirdid +'&url='+toUrl,function(data){ document.location.href=toUrl; }); }); $('.tooltip').tooltipster({ theme: 'tooltipster-shadow' }); $('.ph-content-tt').tooltipster({ theme: 'tooltipster-shadow' }); });