2
Well, I have the following modal
<div id="alerta-imagem">
As imagens de perfil precisam ter altura e largura proporcionais, com tamanho máximo de 200x200
</div>
I googled a few ways, but I only found the setTimeOut()
and setInterval()
, but I couldn’t use them, I wanted to know so much about javascript
so much with jquery
, how do I so that, for example, after 10 seconds this modal gains a display:none
perfect, thank you :3
– Murilo Melo