Hello all,

I'm using some jQuery plugins in my project, some of them are:

- "Validation" plugin by Jörn Zaefferer (http://jquery.com/plugins/
project/validate)
- "Form" plugin by Mike Alsup (http://jquery.com/plugins/project/form)
- "Focus Fields" plugin by Sam (http://jquery.com/plugins/project/
focusfields)

I'm having some problems working with them but for now I need help
with Validation plugin. I can't use "errorPlacement" properly, or
maybe I didn't understand how to traverse the code properly.

What I need is this:

[IMG]http://i117.photobucket.com/albums/o71/feed_turbo/Misc/
jquery_validation.gif[/IMG]

I've tried several combinations but I can't achieve what I want. In
theory this code should work, shouldn't it?

 errorPlacement: function(error, element) {
 
error.appendTo( element.parent("td").next("td").next("td").next("td") );
 }

Reply via email to