0
I’m trying to make a div
as if it were a alert
, I need it to appear when I click on a button because it starts hidden, and when it appears it starts to count a time for it to disappear.
<div id="alertcart" style="display:none;" class="alert">
Produto adicionado ao carrinho!
</div>
Up here is the div
in question, I believe that the processing should be done with java script, I ask someone for a light of how I could do it.