How to disable cut,copy and paste in TextBox using jQuery?
Answer / Dhirendra Singh
You can disable cut, copy, and paste functionality for a textbox by using the .prop() method in jQuery. Here is an example:nn```javascriptn$( "#yourTextBoxId" ).prop( "readonly", true );n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me is jquery a w3c standard? : jquery mobile
Differentiate the concepts of .js and .min.js?
How to prevent Right Click option using jquery?
How to check variable is empty or not in jquery?
What is difference between $(this) and ‘this’ in jquery?
What does the jQuery migrate function do?
How to disable jQuery animation?
Define url paremeter of jquery ajax method?
What is the use jQuery.data method?
In what scenarios jQuery can be used?
How to set attributes of an element using jquery?
Is jquery is json library file or a javascript?