[jQuery] Re: validation plugin question

2008-12-13 Thread Sean Allen
I already have that in place. How do I get the autogenerated label to not do style=display:inline ? In that demo there is no such element styling on the label created for errors. On Dec 12, 2008, at 4:37 PM, Jörn Zaefferer wrote: In that demo this line hides the default messages for the

[jQuery] Re: validation plugin question

2008-12-13 Thread Jörn Zaefferer
No idea, I'd need to see some code, a testpage is prefered. Jörn On Sat, Dec 13, 2008 at 4:03 PM, Sean Allen s...@monkeysnatchbanana.com wrote: I already have that in place. How do I get the autogenerated label to not do style=display:inline ? In that demo there is no such element styling

[jQuery] Re: validation plugin question

2008-12-13 Thread Sean Allen
I copied it straight from the demo with just a couple minor changes... going to remove the code that I don't need once I work this out... $(document).ready(function(){ $.validator.messages.required = ; $(#lf).bind(invalid-form.validate, function(e, validator) {

[jQuery] Re: validation plugin question

2008-12-12 Thread Jörn Zaefferer
In that demo this line hides the default messages for the required method: $.validator.messages.required = ; Jörn On Fri, Dec 12, 2008 at 9:17 PM, Sean Allen s...@monkeysnatchbanana.com wrote: playing around with it. don't want to get error messages displayed. i'm just putting in a