Bootstrap popover is not working

From the Docs on Popovers: Opt-in functionality:For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself. So you must call .popover() manually in JavaScript like this: Or you can use whatever selector you want Here’s an example using StackSnippets. Show code snippet Note: This is similar to the answer … Read more