I am having trouble getting bootstrap’s popovers to work properly on jsfiddle.
Here’s the link: http://jsfiddle.net/fX7hn/17/
I have included hosted bootstrap.css and boostrap.js from the bootstrap CDN, but I still get errors that suggest something isn’t being loaded right:
Uncaught TypeError: Object [object Object] has no method 'popover'
Anything obvious?
UPDATE: fixed bad path to js lib an error is gone, but popovers still aren’t working.
For some reason it doesn’t include it properly..
This is in the HTML:
Include it manually by adding the following to the HTML
You bind the click event before you put any elements that will accept it on the page. Move
to the bottom.