To disable cut, copy and paste functionality
for the Textbox, which means User should not be allowed cut or copy text
from the Textbox and also to paste text within Textbox. Well, it is
very easy to do this using jQuery. All you need is to bind cut, copy and
paste function to Textbox and stop the current action. See below code.
You can also use bind function to bind these events.
You can also use bind function to bind these events.
No comments:
Post a Comment