tippyjs
tippyjs copied to clipboard
After "reload()" tippy.js stops working
I have a function to reload my cart.
function reloadPage() { window.location.reload(); }
When triggered tippy stops working. I have tried to reinitiate tippy in the function but nothing seems to work. I have also tried to set localStorage before reload so I can set an if statement to reinitiate but this did not work either.
Is it possible to initiate tippy again if a location reload is called?