[jQuery] Re: Form Validation errorplacement

2009-10-01 Thread slimshady
i figured out my crazy error message problem, my style had a float left on labels so even though my span tag was after the input box it would always get thrown left.

[jQuery] Re: Form Validation errorplacement

2009-10-01 Thread slimshady
I'm doing appendTo and it keeps putting the error message between the label and input box? any ideas what i'm missing please? it should go in the #warnTitle span tag to the right of the input box errorPlacement: function(error, element) { if (element.attr("id") == "title") {