Why jquery .bind() not working in opera for cut copy paste events?
$(document).ready(function(){
$('#txtInput').bind("cut copy paste",function(e) {
e.preventDefault();
});
});
|
Why jquery
| |||||
feedback
|
|
This issue is not related to jQuery's | |||||||||||
feedback
|
|
what about alternative?
| |||||||||
feedback
|