Display validation errors produced by jQuery.validate in a special div.

This way we don't push things around on the screen.

(imported from commit a8bbe6660e3089676fc0c169f540537fdff7f4fe)
This commit is contained in:
Luke Faraone 2012-09-26 14:03:44 -04:00
parent 873147330e
commit 9cf6bc17f7
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ $(document).ready(function(){
email: true,
}
},
errorLabelContainer: "#errors",
errorElement: "div",
errorClass: "alert",