Currently the Knockout-Validation plugin automatically add this HTML element to my web page:
<span class="validationMessage">This field is required.</span>
- I want to change the "This field is required." text.
- I want to change the placement of the
<span>
HTML element. - I want to add a CSS class (
.err
, specifically) to my textbox so that I can add a red border.
How can that be done with Knockout-Validation?