jquery清除input type为password?
phpcn_u251
phpcn_u251 2017-03-10 14:11:32
0
2
962

我试了.val("")和.attr("value","")的方法,但没有成功,对象获取上没问题的,因为用.attr成功改变了边框颜色,求助??

phpcn_u251
phpcn_u251

全部回复(2)
数据分析师

jquery清除input type为password?-PHP中文网问答-jquery清除input type为password?-PHP中文网问答

围观一下哦,学习一下。

阿神

可以试下

<html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <script src="jquery-2.1.1.min.js"></script>
 </head>
 <body >
<input type="password" id="txtPwd" value="fsdafs">
<script type="text/javascript">
$(document).ready(function(){
$("#txtPwd").attr("value","");
});
</script>   
 </body>
</html>
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板