Checklist By Alvis
  • Checklist introduction
  • HubSpot Installation
  • Widget
    • Widget installation
    • Show or hide checklist on URL changes
    • Show checklist manually
    • Embed checklist on a page
    • Hide checklist launcher
    • API Callback Methods
  • Why my checklist isn't acting correctly?
  • Checklist item actions
    • URL action
  • Complete checklist items
  • Add images in item detail
  • Customize checklist location
  • Customize embedded checklist UI
    • Default Checklist Scss File
  • Content Security Policy
  • How to set up multiple checklists in sequential order
  • What happens when trial ends?
  • How to uninstall
Powered by GitBook
On this page

Was this helpful?

  1. Widget

Show or hide checklist on URL changes

If your checklist is shown (or hidden) based on which URL the user is on, and your app is a Single Web Application (most of the SaaS websites are), you need to call window.Alvis("page") whenever the URL or route changes.

window.Alvis("page");
PreviousWidget installationNextShow checklist manually

Last updated 1 year ago

Was this helpful?