[jQuery] Re: (validate) dash/hyphen in radio id problem

2009-09-14 Thread mattso
I've tried using the quotes on names that don't have a dash in it and this works, but it won't work with the ones that do contain a dash (-) (they are radio buttons) Is this really supposed to work ? Any clue would be appreciated On 11 sep, 16:03, mattso matthieu.larc...@gmail.com wrote

[jQuery] Re: (validate) dash/hyphen in radio id problem

2009-09-14 Thread mattso
} } Now I just have to sort out the place where the error message is displayed and that'll be fine. I hope this can help others when they encounter that same problem... On 14 sep, 13:31, mattso matthieu.larc...@gmail.com wrote: I've tried using the quotes on names that don't have a dash

[jQuery] (validate) email validator

2009-09-14 Thread mattso
How come the validator for emails only needs one letter for the tld and allows non valid characters like / or * ?

[jQuery] (validate) dash/hyphen in radio id problem

2009-09-11 Thread mattso
Hi, I'm using the bassistance.de Validation Plugin for jQuery and I have the following problem : When using a dash(-) separated id for genres (i.e. genre-f / genre-m), I get the following js error : missing : after property id with the following code: rules: { genre-f: {

[jQuery] Re: (validate) dash/hyphen in radio id problem

2009-09-11 Thread mattso
function shows it's not even called. Any idea why ? On 11 sep, 15:40, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Seehttp://docs.jquery.com/Plugins/Validation/Reference#Fields_with_compl... Jörn On Fri, Sep 11, 2009 at 2:26 PM, mattso matthieu.larc...@gmail.com wrote: Hi, I'm using