jquery - disable clipboard data past in text box using javascript -


need php developer want disable auto typing in php website means application

are using clipboard data direct paste data in text box, disable copy paste using java script ,

also disable right click, how disable auto typing using java script? how disable clipboard data paste in

my text box ?

<input name="q" type="text" id='test' autocomplete="off"/> 

will turnoff autocomplete in html . no need of jquery or js

or if need done javascript,

document.getelementbyid("test").autocomplete="off" 

Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -