close
$('#<%=txt_lolTeamName.ClientID%>').keyup(function () {
var c = this.value.match(/[^ -~]/g);
var len = this.value.length + (c ? c.length : 0);
if (len > 24) {
//Do something...
}
});
全站熱搜