$(document).ready(function(){ $(".whatsapp").click(function () { window.open("https://wa.me/");return false; }) $(".telegramm").click(function () { window.open("https://t.me/+");return false; }) }); /* once triger load for stat */ var wasClicked = false; $(document).on('click', '.btn_brd a', function () { if (!wasClicked) { ym(97890600,'reachGoal','STAT_TICKET'); wasClicked = true; } }); // console.log ('once load');