Line 36: | Line 36: | ||
} | } | ||
})(jQuery); | })(jQuery); | ||
+ | </script> | ||
+ | |||
+ | <script> | ||
+ | window.onload = () => { | ||
+ | var svg = $(".hero-image").getSVG(); | ||
+ | svg.find(".bio").popover({ | ||
+ | trigger: "toggle", | ||
+ | title: "Title", | ||
+ | content: "Content" | ||
+ | }) | ||
+ | } | ||
</script> | </script> | ||
Revision as of 07:53, 26 October 2017