js实现禁止中文输入的方法

时间:2015-01-14    点击:56   

方法一:禁止中文输入法

<input type="text"  style="ime-mode:disabled">

方法二:禁止黏贴,禁止拖拽,禁止中文输入法!

这种方法是最强的禁止 中文输入

<input type="text" onpaste="return false" ondragenter="return false" oncontextmenu="return false;" style="ime-mode:disabled"/>

28个常用JavaScript方法集锦
jquery单选框radio绑定click事件实现方法
jquery移动节点实例
jquery实现鼠标滑过小图时显示大图的方法
js实现禁止中文输入的方法
> 返回     
地址:上海市普陀区胶州路941号长久商务中心 电话: QQ:
© Copyright 2012 上海网络 Product All Rights Reserved