//禁用剪切复制粘贴 $("input", $(".discopy").next("span")).bind("cut copy paste", function(e) { return false; });