I have a textbox with string, and want to check that user dropped text between textbox string or at end of textbox string. Is there is any Javascript function to do this task? I tried createTextRange() and setSelectionRange() but nothing works.
I have a textbox with string, and want to check that user dropped text
Share
HTML
JS
DEMO