javascript - Detect paste in input box -


I have an input box, and I do not use vbscript or javascript (no jquery) to capture paste events Would like to do / P>

Use the Open Event to capture the event and what you should do in JavaScript. To disable the paste in the input text field such as:

  & lt; Input type = "text" onpaste = "return false;" / & Gt;    

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -