2
Look at the picture
When I open the modal form it already appears the validation message track, I would like it to appear only when the validation is activated.
It’s that piece of code;
<div class="alert alert-danger" role="alert">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="false"></span>
<span id="erroMsgUJ"></span>
<span id="erroMsgPeriodoInicio"></span>
</div>
Enter the javascript code that validates and displays Alert.
– André Lins