[jQuery] Re: rangeValue in Jorn Form Validation Plugin - zip validation

2007-06-18 Thread Jörn Zaefferer
Web Specialist wrote: Man, I love you! ;-) Works!!! Great, I'll add that to "additional-methods.js" :-) And you should modify it slightly: /^90[2-5]\d\{2}-\d{4}$/ Checking for start and end is a must. Whitespace is trimmed anyway. -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: rangeValue in Jorn Form Validation Plugin - zip validation

2007-06-17 Thread Web Specialist
Man, I love you! ;-) Works!!! Cheers 2007/6/17, Jörn Zaefferer <[EMAIL PROTECTED]>: Web Specialist wrote: > Hi, > > I'll want to validate a range in US(Los Angeles) zip field using great > Jorn's Form Validation Plugin. For example: > > - how to ensure users enter only zip inside the range 9

[jQuery] Re: rangeValue in Jorn Form Validation Plugin - zip validation

2007-06-17 Thread Jörn Zaefferer
Web Specialist wrote: Hi, I'll want to validate a range in US(Los Angeles) zip field using great Jorn's Form Validation Plugin. For example: - how to ensure users enter only zip inside the range 902??- and 905??-??? I'd try a custom method with a bit regex magic: /90[2-5]\d\{2}-\d{4}