Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Bootstrap JS not working Re: Bootstrap JS not working

#120706
DesignLady94
Member

Thank you Josh…that did it for the accordion! Can’t believe I missed the href incongruity.

Now on to the popover…this is what I’m using (from twitter.github.com/bootstrap/javascript.html#popovers):

$(document).ready(function() {
$(‘.refer’).popover(html)
});

HTML:

Title

blah blah blah blah blah blah blah

Am not sure which options I should be using.