[jQuery] Re: Problems with Validate's errorPlacement

2008-12-12 Thread knal
Don't know how, but apparently somehow the system got kind of excited posting my message... Anyway Jörn, thanks, i'm getting the message in the right place now, *but* for some reason it also adds a break ( br / ) or something before the text, and that breaks my layout. Is there any way to fix

[jQuery] Re: Problems with Validate's errorPlacement

2008-12-12 Thread Jörn Zaefferer
The label is probably set to display:block. You could overrid that with display:inline !important Jörn On Fri, Dec 12, 2008 at 10:23 AM, knal knalp...@gmail.com wrote: Don't know how, but apparently somehow the system got kind of excited posting my message... Anyway Jörn, thanks, i'm

[jQuery] Re: Problems with Validate's errorPlacement

2008-12-12 Thread knal
That's not the case, could it have something to do with the errorElement ? On Dec 12, 10:46 am, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: The label is probably set to display:block. You could overrid that with display:inline !important Jörn On Fri, Dec 12, 2008 at 10:23 AM, knal

[jQuery] Re: Problems with Validate's errorPlacement

2008-12-11 Thread Jörn Zaefferer
Try this: errorPlacement: function(error, element) { error.appendTo(element.prev()); } Jörn On Thu, Dec 11, 2008 at 3:30 PM, knal knalp...@gmail.com wrote: Hi there, I'm using Validate on my website, but i'm having difficulties with the errorPlacement. In simple a