让input变成不可编辑状态的方法
让input变成不可编辑状态的方法
发布时间:2015-05-12 来源:查字典编辑
摘要:disabled="true"此果文字会变成灰色,不可编辑。readOnly="true"文字不会变色,也是不可编辑的。

<input name="ly_qq" type="text" tabindex="2" onMouseOver="this.className='input_1'" onMouseOut="this.className='input_2'" value="123456789" disabled="true"readOnly="true" />


disabled="true "此果文字会变成灰色,不可编辑。

readOnly="true" 文字不会变色,也是不可编辑的。

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新交互设计教程学习
热门交互设计教程学习
网页设计子分类