Display Bootstrap Modal First time page loads

前端 未结 7 1712
遇见更好的自我
遇见更好的自我 2020-12-16 05:27

I\'m trying to display a bootstrap modal when a person first visits a page (after logging into my app). I want to use the modal to offer a \"Getting Started\" video and also

7条回答
  •  一生所求
    2020-12-16 05:45

    Well, you could use the localstorage for storing the action that happend, so it is persistant or you could use a cookie for example called shown and set it to false at the beginning and after the modal is shown you just set it to true.

提交回复
热议问题