[jQuery] [validate] custom error label show and hide

[jQuery] [validate] custom error label show and hide


Hi all...
I have created a form that consist of radio buttons group, and used
jQuery validate to check the input. But I came across this error label
that I want to modify the way it showed to the user
U must all know that jQuery validate plugin show the custom error
label by changing the css display:none to display:inline
But in my layout the display inline breaks the form, so I need the
display to be block or inline-block
Is there any way to also custom the way jQuery validate plugin shows
this custom error label?
Thank you