use jquery validator to validate Chinese characters
I'm trying to use the validator to validate Chinese characters.
I've got /^[a-zA-Z0-9]+$/.test(value); for letters and numbers, but I need some thing to validate Chinese characters at the same time.
Could anyone help please... Cheers
Ray