简体   繁体   中英

How to trigger popup modal for first time visit site on rails application

Need Help!!!

It's make me get headache for a days, i need to set greeting modal for every visitor when they open my site for the first time, how would i do that

You need to maintain the cache on the local machine of the visitor and add count for the first time login on a day. To maintain the cache on the local you can use local storage https://developer.mozilla.org/en/docs/Web/API/Window/localStorage

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM