$(function () { $("span").addClass("xz").click(function () { if (this.id === "yes") { alert('You win!'); } else { alert("You lose!"); } }); });