vvp.rb
vvp.rb

Reputation: 27

Jquery validation, japanese number validation

How to allow user only japanese numbers input for mobile field? disabled other input.

Upvotes: 0

Views: 464

Answers (1)

ashack
ashack

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

Related Questions