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

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

phpcn_u251
phpcn_u251

모든 응답(2)
数据分析师

jquery 입력 유형을 비밀번호로 지우시겠습니까? -PHP 중국 웹사이트 Q&A-jquery에서 입력 유형을 비밀번호로 지웁니다. -PHP 중국어 홈페이지 Q&A

꼭 보고 배워보세요.

阿神

可以试下

<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>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿