validation to ignore space at beginning of a text field
I try:
regno: {
required: true,
maxlength: 20,
noSpace: true
}
Can somebody assist me to validate text field that the beginning does not allow space?开发者_如何学编程You can use regular expression to
问答
阅读(5)