While thinking what would be the solution to this problem: i came from this approach of solving the problem in this code:
<script> // Ecma / ES Js setTimeout(() => {document.querySelector("#myid").style.display = "none";}, 5000); // seconds <./script>
The issue here is not hiding so you need to hide this one
While thinking what would be the solution to this problem: i came from this approach of solving the problem in this code:
<script> // Ecma / ES Js setTimeout(() => {document.querySelector("#myid").style.display = "none";}, 5000); // seconds <./script>The issue here is not hiding so you need to hide this one