.ajaxValidator({ type : "get", url : "/ws/NameExist.aspx", datatype : "json", success : function(data){ if( data == "1" ) { return true; } else { return false; } }, buttons: $("#submit"), error: function(){alert("服務(wù)器沒有返回數(shù)據(jù),可能服務(wù)器忙,請重試");}, ...
www.dbjr.com.cn/article/247...htm 2025-5-24