Popover for Twitter

leNEntertlent

New Member
I am trying to make the popover feature that is included in bootstrap which Twitter has provided. I have been trying to make it work for a while now and am totally burnt out of ideas on making it work, here is a sample of what I currently have for it http://jsfiddle.net/JPf9y/1HTML\[code\]<a href="http://stackoverflow.com/questions/15468443/#" class="btn-primary" rel="popover" data-original-title="title" data-content="content">popover</a> \[/code\]Javascript\[code\]$("a[rel=popover]").popover();\[/code\]It won't work when I click it, I checked to make sure my directory is written correctly.Thank you!
 
Back
Top