Currently, the Knockout-Validation plugin automatically adds this HTML element to my web page:
<span class="validationMessage">This field is required.</span>
- I want to change "This field is required." text.
- I want to change the placement of the HTML
<span> element. - I want to add a CSS class (
.err in particular) to the text box to add a red border.
How can this be done with a knockout check?
Mr.Wang from Next Door
source share