dinbror / bpopup

bPopup is a lightweight jQuery modal popup plugin (only 1.34KB gzipped). It doesn't create or style your popup but provides you with all the logic like centering, modal overlay, events and more. It gives you a lot of opportunities to customize so it will fit your needs.
http://dinbror.dk/bPopup
427 stars 260 forks source link

make popup only appear once. #28

Closed Silverws closed 10 years ago

Silverws commented 10 years ago

It's very useful script for me. really thanks.

I have a question.

I'm using bpop to like this. http://skin-skin4.uscalvin.cafe24.com/test2.html

This popup appear when index is loaded.(click ->load)

And I hope just appear it only once a day automatically.

How to add code?

If you have some code suggestion it would be fine!

Thanks!

dinbror commented 10 years ago

Hi Silverws.

You could save the users last visit in a cookie/localstorage and based on that decide if the popup should appear.

/Bjørn