开发者

How to make input text type="button" unselected in ie & firefox

开发者 https://www.devze.com 2023-02-04 13:28 出处:网络
How to make input text 开发者_如何学编程type=\"button\" unselected in ie & firefox without jsUnselected? Do you mean disabled?

How to make input text 开发者_如何学编程type="button" unselected in ie & firefox without js


Unselected? Do you mean disabled?

<input type="button" value="Hello" disabled="true">

How to make input text type="button" unselected in ie & firefox

http://www.w3schools.com/tags/att_input_disabled.asp

Unselected could mean...

"unselect" as in once it's highlighted - to lose focus. (this is definitely JS)
"disabled" as in the button isn't usable - (above example)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号