I have a site that I have built from the T3V3 starter kit and I’m trying to use the Bootstrap JS for a pop over. Code snippets are below. Everything I can tell says this should work but when I look in the console on page load I see:
“Uncaught TypeError: Cannot call method ‘popover’ of null”
I’m wondering if there’s anything that could be conflicting with the Bootstrap that is installed. Has anyone else tried and successfully made a popover work in T3V3?
Thanks to anyone who can help.
<script type="text/javascript">
$("#map").popover();
</script>
<a href="#" id="map" rel="popover" data-placement="top" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." data-original-title="title"><span itemprop="streetAddress">60 Canal St</span><br /><span itemprop="addressLocality">Boston, MA</span> <span itemprop="postalCode">02114</span></a>