roelmann / moodle-theme_flexibase

NOTE - Versions from the Moodle plugins database will be found in the STABLE branches of this repository. The Master branch is development work and not guaranteed at any point - It should only ever be used on a development/test environment. The MASTER branch is now being developed on Mdl3.1 and while testing will be maintained on 3.0 prior to any updated releases in the plugins database, the MASTER branch cannot be guaranteed at any stage. PLEASE ALWAYS USE STABLE BRANCHES FOR PRODUCTION siTES
7 stars 7 forks source link

Popovers not working #99

Closed englisheffects closed 5 years ago

englisheffects commented 7 years ago

Hello! I am trying to use the popover feature from bootstrap (http://getbootstrap.com/javascript/#popovers), but it doesn't seem to work. I tried placing different variations of the javascript you see below but the popup doesn't show. Could you offer any tips?

$(function () { $('[data-toggle="popover"]').popover() })

roelmann commented 7 years ago

Appears not to work in the parent Bootstrap theme either - will investigate