jQuery validation plugin: accept only alphabetical characters?

asked15 years ago
last updated15 years ago
viewed157.5k times
Up Vote22Down Vote

I'd like to use jQuery's validation plugin to validate a field that only accepts alphabetical characters, but there doesn't seem to be a defined rule for it. I've searched google but I've found nothing useful.

Any ideas?

Appreciate your help.