$(document).ready(function () { $(".window-button-span-go").click(function() { alert("Блабла"); }); });