Reputation: 27
How to allow user only japanese numbers input for mobile field? disabled other input.
Upvotes: 0
Views: 464
Reputation: 1202
This SO thread has almost exactly what you need.
In short, you use Regex to validate that only Japanese characters were used. You can use jquery.validate.js or write it all out yourself.
Upvotes: 1