Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To set expiration time using this js #5

Open
chiragrc71 opened this issue Feb 6, 2018 · 1 comment
Open

How To set expiration time using this js #5

chiragrc71 opened this issue Feb 6, 2018 · 1 comment

Comments

@chiragrc71
Copy link

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

@navedkhan012
Copy link

navedkhan012 commented Mar 21, 2018

// use this jquery function it will work my side
setTimeout(function(){
$('#my-welcome-message').firstVisitPopup({
cookieName : 'homepage',
showAgainSelector: '#show-message'
});
}, 10000);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants