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) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -