删除只读属性的尖线
是否可以从具有只读属性的输入元素中删除尖线?禁用时,行为有所不同,因为禁用元素无法接收焦点事件,但只读元素可以。 那么是否可以从只读输入中删除尖线?
Is possible to remove pointed line from an input element with attribute readonly? On disable the behavior is different because disabled elements cannot receive focus events but readonly can.
So is possible to remove pointed line from readonly inputs?
check fiddle:
http://jsfiddle.net/DCjYA/364/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以这样做..
编辑:
你也可以使用 jquery 来做到这一点,所以你不必在每个输入上添加代码
you can do it this way..
Edit:
you can also do it using jquery, so you dont have to add the code on every input