首页 > 代码库 > js:禁止输入

js:禁止输入

  • html方面:

input元素上设置disabled或readonly

  • css方面:

设置cursor:not-allowed

  • js方面:

事件:onfucus   触发:blur()

设置html上的disabled或readOnly

<iframe style="width: 100%; height: 500px;" src="http://jsfiddle.net/jinks/bb7nopfL/4/embedded/result,js,html" width="320" height="240"></iframe>

js:禁止输入