I have an add to cart button. When I click on it two things happen at the same time. The class b-items__item__add-to-cart
and the onclick.
I would like the onclick to be able to be executed 2 seconds after pressing the add to cart button
With my code it does not work
<a style="cursor: pointer; margin-bottom: 5px;" data-nom="2001" data-prix="1.10" data-qte="1" data-checkbox="2001" data-url="https://phil.pecheperle.be/image-perles/perle-verre-peche-gardon-2001.JPG" class="btn btn-primary ajouter-panier b-items__item__add-to-cart" onclick="setTimeout(ouvreMaJolieAlert(event), 2000);">add to cart</a>