尝试将input类型属性更改password为text.
input
password
text
$('.form').find('input:password').attr({type:"text"});
为什么这不起作用?
jquery attributes
attributes ×1
jquery ×1