[jQuery] Re: validate with form plugin

2008-05-12 Thread András Csányi
2008/5/12 Jörn Zaefferer <[EMAIL PROTECTED]>: > > This line is broken: "minLegth:3,". The method is "minlength" and > you've got a trailing comma which screws up any non-firefox browser. > Same in your last line of ajaxSubmit "dataType: 'null',". > > Jörn Oh my God! I'm a luser... :( What is

[jQuery] Re: validate with form plugin

2008-05-12 Thread Jörn Zaefferer
This line is broken: "minLegth:3,". The method is "minlength" and you've got a trailing comma which screws up any non-firefox browser. Same in your last line of ajaxSubmit "dataType: 'null',". Jörn On Mon, May 12, 2008 at 11:20 AM, András Csányi <[EMAIL PROTECTED]> wrote: > 2008/5/11 Jörn Zaeffe

[jQuery] Re: validate with form plugin

2008-05-12 Thread András Csányi
2008/5/11 Jörn Zaefferer <[EMAIL PROTECTED]>: > > What exactly are you trying to achieve? Currently the only thing I can > provide is a pointer at the example you already found... > > Jörn So, i put here my code, and i hope you can tell me what i did wrong. form: Teszt form a: b: c: $('

[jQuery] Re: validate with form plugin

2008-05-11 Thread Frantisek Malina
Hi, I used this form validation at http://www.mortgageworkout.co.uk/contact You can use on PHP validation classes, for people without javascript and other sneaky bastards ;) http://www.google.com/search?q=PHP+form+validation+class It's good to make sure that your JavaScript validation logic is th

[jQuery] Re: validate with form plugin

2008-05-11 Thread Jörn Zaefferer
What exactly are you trying to achieve? Currently the only thing I can provide is a pointer at the example you already found... Jörn On Sun, May 11, 2008 at 2:37 PM, András Csányi <[EMAIL PROTECTED]> wrote: > Hi all! > > I'm new in jquery and i have a queston. Somebody knows usable example > lik