I have a curious issue with Twitter bootstrap, I include the bootstrap.js , but my popovers and tooltops dont work?
<button type="button" class="btn btn-lg btn-danger" data-toggle="popover" title="Popover title" data-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</button>
All my other js stuff works fine, I have a slider thats fine. nothing shows up when you click this at all.
a few websites suggest including tooltop.js, but this is allready included in the compiled bootstrap.js.
Thanks