[jQuery] Re: Problem with jQuery plugin: validation

2008-01-10 Thread yabado
I am seeing that a couple of the examples do not work in Safari 3 The custom rules one does nothing. The radio/checkbox one the same. They both throw 'TypeError: Undefined Value' These errors are from the js on the page, and not the js that is linked in. Any ideas? Anyone else seeing this? O

[jQuery] Re: Problem with jQuery plugin: validation

2007-11-28 Thread edav
On 27 nov, 16:22, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > edav schrieb:> Hi. > > > First of all thanks for the great work! I am using the jquery > > validate plugin and it works great in safari, firefox and ie7 but in > > ie6 it has a problem in line 1222, its the url validation regex. If I

[jQuery] Re: Problem with jQuery plugin: validation

2007-11-27 Thread Jörn Zaefferer
edav schrieb: Hi. First of all thanks for the great work! I am using the jquery validate plugin and it works great in safari, firefox and ie7 but in ie6 it has a problem in line 1222, its the url validation regex. If I remove the entire rule then it works in ie6. I'm using jquery 1.2.1 and th