first-visit-popup icon indicating copy to clipboard operation
first-visit-popup copied to clipboard

How To set expiration time using this js

Open chiragrc71 opened this issue 8 years ago • 1 comments

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

chiragrc71 avatar Feb 06 '18 13:02 chiragrc71

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

navedkhan012 avatar Mar 21 '18 10:03 navedkhan012