level 1
快乐的时刻乂
楼主
<form>
帐号:<input id="txtname" name="txtname" type="txt" maxlength="20"/>
密码:<input id="txtpwd" name="txtname" type="password" maxlength="20"/>
<button type="submit" class="btn_login" onclick="loginIn();" id="butn">登录</button>
</form>
想用jQuery制作一个登录框,而且要能实现验证功能和错误提示功能,求大神帮忙指点
2015年08月11日 02点08分
1
帐号:<input id="txtname" name="txtname" type="txt" maxlength="20"/>
密码:<input id="txtpwd" name="txtname" type="password" maxlength="20"/>
<button type="submit" class="btn_login" onclick="loginIn();" id="butn">登录</button>
</form>
想用jQuery制作一个登录框,而且要能实现验证功能和错误提示功能,求大神帮忙指点