Sorry to ask this type of question but i'm very new to jQuery validation plugin
The plugin is doing all good, but I want that all those input fields having errors/blank should have a red border,
how to achieve this through jQuery validation plugin
errorto fields which are invalid, so you can just put whatever styling you need on that class..error{ border: 1px solid red; }