Wednesday, February 22, 2012

Prevent Cut Copy Paste

 $('#txtNotes').bind('cut copy paste', function (event) {
                event.preventDefault();
            });

No comments:

Post a Comment