o...duh :)
i have to keep in mind that I have to traverse the DOM tree
Thanks :)
On Sep 16, 12:19 pm, Jörn Zaefferer
wrote:
> You need to go up one more level:
>
> errorPlacement: function(error, element){
> error.appendTo( element.parent().parent().next().find(".errorMsg") );
>
> }
>
>
You need to go up one more level:
errorPlacement: function(error, element){
error.appendTo( element.parent().parent().next().find(".errorMsg") );
}
Jörn
On Wed, Sep 16, 2009 at 8:18 PM, Loony2nz wrote:
>
> Hello,
>
> I need help with targeting a class on a TD to hold error messages with
> jQ
2 matches
Mail list logo