You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i have problem with runing jquery after init of slideshow on div, check the example. My idea is to fadeout message that is shown inside wrapper of vegas js, no it is stuck...
<div class="slideshow"><div class="flashmsg">my message to user</div></div>
I have tried this idea
init: function () { $(".flashmsg").delay(3500).fadeOut(600);}
Can you help me ?
The text was updated successfully, but these errors were encountered:
Hello, i have problem with runing jquery after init of slideshow on div, check the example. My idea is to fadeout message that is shown inside wrapper of vegas js, no it is stuck...
<div class="slideshow"><div class="flashmsg">my message to user</div></div>
I have tried this idea
init: function () { $(".flashmsg").delay(3500).fadeOut(600);}
Can you help me ?
The text was updated successfully, but these errors were encountered: