I\'m new to JQuery and really struggling how to perform the query I want.
I\'m using SharePoint, and the when using the External Data Column and set it to required field
var spans = $('.ms-error'); spans.text(''); // clear the text spans.hide(); // make them display: none spans.remove(); // remove them from the DOM completely spans.empty(); // remove all their content