2
Answers

Hide span tag value in jquery.

Guest User

Guest User

4y
2.9k
1
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)