码迷,mamicode.com
首页 > Web开发 > 详细

练习使用jquery.并将验证强度的功能加到注册页面中

时间:2015-09-19 13:51:49      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

技术分享

技术分享

技术分享

<body onload="InitCss();">

<form name="frm">

密码:<input  id="txtPassword"  onload="InitCss();" type=password size=10 onKeyUp=checklevel(this.value)   onBlur="ValidateInput(‘password‘,this.value)"><td> <div id="tipPosition"></div> </td><br/>

强度:<table width="210" cellspacing="1" cellpadding="0" bordercolor="#cccccc" height="9">

<tr align="center" bgcolor="#eeeeee">

 

<td width="33%" height="5" id="strength_L"></td>

 

<td width="33%" id="strength_M"></td>

 

<td width="33%" id="strength_H"></td>

</tr>

</table>

</form>

 

</body>

运行:

技术分享

技术分享

技术分享

练习使用jquery.并将验证强度的功能加到注册页面中

标签:

原文地址:http://www.cnblogs.com/aileen/p/4821327.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!