`
收藏列表
标题 标签 来源
密码框提示文字小技巧 在密码框显示提示文字的小技巧,兼容ie和火狐(原创)
<input type="text" value="邮箱/会员账号/手机号" id="username" style="width:150px;height:24px;"/>
<div id="pwd_warpper" style="width:150px;height:24px;">
<input type="text" value="请输入密码" id="_password" onfocus="showpassword();" style="width:150px;height:24px;"/>
</div>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="code.js"></script>
Global site tag (gtag.js) - Google Analytics