标签:解决 auto 密码 else 浏览器兼容性 cti one ie8 disabled
1 function pwstate_change() 2 { 3 if (true != $("#pwstate").is(":checked")) 4 { 5 $("#pskValue")[0].type = "password"; 6 $("#ent_key")[0].type = "password"; 7 } 8 else 9 { 10 $("#pskValue")[0].type = "text"; 11 $("#ent_key")[0].type = "text"; 12 } 13 }
标签:解决 auto 密码 else 浏览器兼容性 cti one ie8 disabled
原文地址:https://www.cnblogs.com/xuqiushuo/p/10252970.html