Introduction:
Here
I will explain how to disable drag and drop option in textbox or textarea using
JavaScript properties.
Description:
In previous articles I explained JavaScript show number of characters left, JavaScript restrict user to enter only numbers, JavaScript allow limited characters in textarea, JavaScript remove special characters from textbox and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to disable drag and drop option in textbox or textarea.
In previous articles I explained JavaScript show number of characters left, JavaScript restrict user to enter only numbers, JavaScript allow limited characters in textarea, JavaScript remove special characters from textbox and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to disable drag and drop option in textbox or textarea.
Previously
I written one post JavaScript remove special characters from textbox to remove
special characters from textbox at that time one reader has asked me the
question like
“Textbox
removing special characters whenever I enter but if I select some special
characters text and hold the text by mouse click and drop it in textbox it’s
allowing how to restrict that drag and drop option?”