function sayGoodbye() { $("#title").html("Goodbye"); $("#title").click(function () { $("#title").html("Hello"); $("#title").off("click"); }); }