Home › Forums › JavaScript › Bootstrap Static Popovers › Re: Bootstrap Static Popovers
January 12, 2013 at 8:58 pm
#120828
Member
Ooohhhh. They are meant to be initialized by something with JS.
Yours isn’t showing because it’s set to `display: none;`. Having said that, you *shouldn’t* actually be writing any markup as it’s all done with the data attributes.
So what you *could* do, using the ‘Testimonials’ title as our reference, is this:
Testimonials
JS:
$(‘.your-toggle’).popover(‘show’);