标签:blog register pre func class orm use focus show
代码如下:
if($.trim($("#user_api_register_form").find("input[name=‘user_name‘]").val())!=$.trim($("#user_api_register_form").find("input[name=‘user_name‘]").val()).match(/^[a-z0-9A-Z\u4e00-\u9fa5]+$/gi)) { $.showErr("用户名只允许为纯英文,数字和汉字及其组合",function(){ $("#user_api_register_form").find("input[name=‘user_name‘]").focus(); }); return false; }
标签:blog register pre func class orm use focus show
原文地址:http://www.cnblogs.com/xuzhengzong/p/6869179.html