سؤال

I created a modal widget that appears after adding product to cart, it works perfectly .
Now I need to close the modal after 5 seconds.
please help!

لا يوجد حل صحيح

نصائح أخرى

Try this :-

setTimeout(function(){
    $(dialog).close();
}, 
5000);
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top