Changing the <input> type in IE with JavaScript

前端 未结 4 1907
旧巷少年郎
旧巷少年郎 2020-11-28 15:15

This code below works in all web browsers except IE:



        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 15:50

    Third option is to change a class name instead of a value, and then just change the bg image on focus, instead of type.

提交回复
热议问题