Jörn: your replies are always timely and helpful. Worked like a charm the first go!
deronsizemore: thank you for the example code, I see how to build custom rules now (not that I couldn't have gone through Jörn's documenation and eventually figured it out :) Cheers! Jason On Dec 23, 4:22 pm, "Jörn Zaefferer" <joern.zaeffe...@googlemail.com> wrote: > There are a few additional methods > here:http://jquery.bassistance.de/validate/additional-methods.js(also > included in the download) > > I guess you're looking for the lettersonly method. > > Jörn > > On Wed, Dec 24, 2008 at 12:59 AM, jsrobinson > > > > <magiclampnetwo...@gmail.com> wrote: > > > I need to validate a field to only accept A-Z,a-z > > > I don't see a built in rule for this. How would I go about adding my > > own rule? > > > Any help is much appreciated!