I am trying to use jQuery Validator's errorPlacement to append the error message to the next TD.multiError AFTER the offending element.
There are cells with required radio inputs and I would like the message to proceed from element through the table cells until it hits one with class multiError and append the message there.
The slides are in a relatively positioned div and it contains an absolutely positioned div to hold captions. This div is positioned above the cycling images but no matter what z-index I give the caption div the images hide it.
Is there a way to get my caption div above the cycle images?