Disable cut, copy and paste in textbox using jquery
Bhaumik Patel
8:33 PM
$('input,textarea').bind('cut copy paste', function (e) { e.preventDefault(); //disable cut,copy,paste }); DEMO Read More
Disable cut, copy and paste in textbox using jquery
Reviewed by Bhaumik Patel
on
8:33 PM
Rating: