[jQuery] Re: Questions Validation Plugin (bassistance)

2008-06-24 Thread pixelyzed
H Jörn, I actually posted that before I saw your previous reply which gave me what I needed to solve that error message placement issue. I have one more question though. How could I disable the submit button until the form is all valid? Thanks very much for your help so far.

[jQuery] Re: Questions Validation Plugin (bassistance)

2008-06-24 Thread pixelyzed
OK, after reading the docs a little more closely I came up with the following which I added to the code above and which AFAIK should work: var loginValidator = $("#inscriptTalentProfessionnel").validate( { errorElement: "div", onsubmit: true, onfocusout: true, errorPlacement: function(e

[jQuery] Re: Questions Validation Plugin (bassistance)

2008-06-23 Thread pixelyzed
Hello Jörn, Thank you for your help earlier. I'll try to figure out custom methods later. Right now I'd like to know if it's possible to change the errorPlacement option for only one specific messgae. I'm trying to validate multiple checkbox and radiobuton groups and I have the default insertAfte

[jQuery] Questions Validation Plugin (bassistance)

2008-06-23 Thread pixelyzed
Hi there, I'm posting here at the request of Jörn on Twitter. I started using the Validation plugin and ran into a few questions I cannot seem to find clear answers for in the docs so I'd appreciate a little bit of help. First, I was wondering if there is a list of all built-in or default valid