在checkbox 的响应函数里面加如下代码
if($(this).attr('checked')) $('#theid').attr('type','text');
else
$("#theid").attr('type','password'):
不好意思,这在IE中是不允许JS 操知迅作的,刚才测试了下。。。
也就是说,你不能对input 的type进唯猛宏行更改,但是可以在FF ,CHROME中运行。。
你可以设置两个,一个文本框,一个密码框,动态更改显示隐藏就实指册现你可能想要的功能了。。。
找到一个checkbox,在扰尺羡里面加一个checked="checked"缓拍,这样就默认选中困启了
$("#id").attr("checked", true);
$("#checkbox id").attr("checked", true);