$('.social .whatsapp').on('click',function(e){ window.open('https://api.whatsapp.com/send?text='+$(this).attr("href"), '_blank'); e.preventDefault(); e.stopPropagation(); });