I managed to include a Bootstrap popover in my Hype project.
Bootstrap documentation on popovers says that they need to be initiated with a function first in order to work. I run this function on prepare for display but I want to initialise popovers from within the head tag of the document and that's where I'm struggling.
How would I run this function from within the head tag? I tried just including it between the script tags in the head and it does not work. I also tried to run it on window load and still does not work.
Any help would be appreciated. Also, if you have any other suggestion how to initialise popovers in a hype document I would be grateful.
Thanks for your help.
Popover.zip (18.4 KB)