문제

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