html代码 联系电话 JQ代码$(function(){ $("#telphone").blur("blur",function(){ var telphone = $("#telphone").val(); var myreg = /^1[34578]\d{9}$/; if(telph...
分类:
移动开发 时间:
2015-05-29 11:34:13
阅读次数:
224
html代码:<divclass="reg_con"style="position:relative;"><label>联系电话</label><inputid="telphone"type="text"name="userExt.telphone"value="13800000000"class="inp"maxlength="11"/><divid="telphone_tip"style="position:absolute;right:..
分类:
移动开发 时间:
2015-05-19 16:50:45
阅读次数:
439