Hi there, I have a form validated with the Validation JQuery. I want to turn the fieldset or legend red after an error message comes up. I have this;
- Form --------------------------------- -----------Fieldset --------------------------- --------------------------------Legend(must be red after error)-------------------- Radio button 1 Radio button 2 Radio button 3 -------------------------------- end of legend-------------------- ----------- end of fieldset --------------------------- -----------Fieldset 2 --------------------------- --------------------------------Legend 2(must be red after error)-------------------- Radio button 1 Radio button 2 Radio button 3 -------------------------------- end of legend 2-------------------- ----------- end of fieldset 2 --------------------------- - end of form --------------------------------- I hope u understand my problem? Is this possible with the validation jquery script? Thanks!