<span class="field-validation-valid" data-valmsg-for="Classifications" data-valmsg-replace="true">
</span>
How can I add text to this span?
What I tried till now is the following:
var msg = $('#[data-valmsg-for="Classifications"]').val();
alert(msg);
Could some one throw idea on this.