jQuery validate

jQuery validate

Hi all

Have you noticed that jQuery validate plugin shows the custom error label by setting the css from display: none to display: inline?

Can I change it so that the plugin sets the css to display: block instead of display: inline?


I need to do this because the display: inline breaks up my form layout

Thank you