Edit in JSFiddle

$("#start").live("cut copy paste", function (e) {
    e.preventDefault();
    alert("The operation '" + e.type + "' is not allowed !");
});