$(document).ready(function(){ $(".whatsapp").click(function () { window.open("https://wa.me/");return false; }) $(".telegramm").click(function () { window.open("https://t.me/+");return false; }) });