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
Because When I review the demo then you provide only two properties cookieName and showAgainSelector
If I need to change expiration time then How Can I change that time
Can you please provide your suggestions.
Thanks
The text was updated successfully, but these errors were encountered:
// use this jquery function it will work my side
setTimeout(function(){
$('#my-welcome-message').firstVisitPopup({
cookieName : 'homepage',
showAgainSelector: '#show-message'
});
}, 10000);
Because When I review the demo then you provide only two properties
cookieName and showAgainSelector
If I need to change expiration time then How Can I change that time
Can you please provide your suggestions.
Thanks
The text was updated successfully, but these errors were encountered: