[jQuery] Re: [Validation] Internationalization support

2009-05-18 Thread Jörn Zaefferer
You can write custom methods to extend the plugin with whatever methods you need: http://docs.jquery.com/Plugins/Validation/Validator/addMethod You should be able to use numberDE for that number format. Look at dateDE or any of the other date methods to see how they are implemented. Jörn On

[jQuery] Re: [Validation] Internationalization support

2009-05-18 Thread MaxMax
But all the range, min, max don't work because they use the standard javascript string to number conversions that are USA only. I patched the validation plugin to work in italy (but now it works only in italy) On 18 Mag, 22:22, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: You can write