$(document).ready(function(){ $(".viber").click(function () { window.open("viber://chat?number=+");return false; }) $(".whatsapp").click(function () { window.open("https://wa.me/79087201747");return false; }) $(".telegramm").click(function () { window.open("tg://resolve?domain=+79087201747");return false; }) $(".callback_kalkulator").click(function () { window.open("https://wa.me/79087201747");return false; }) });