Guest User

Guest User

  • Tech Writer
  • 611
  • 117.5k

Hide span tag value in jquery.

Oct 8 2020 10:20 PM
How to hide span tag value in jquery. This is my code it's not working
$(document).ready(function () {
setTimeout(function () {
$("#EducationalVideo-error").fadeOut('fast');
}, 1000);
});
 

Answers (2)