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归因
scroll top