Hi Shaun, I had the same problem, after reading the docs I thought this would set the tooltip.
<a href="example" rel="tooltip" title="example tooltip">Hover over me</a>
However, from the example in the docs, I learned that they set the tooltip
this way:
// tooltip demo
$('.tooltip-demo.well').tooltip({
selector: "a[rel=tooltip]"
})
I hope this answers your question.
Kind regards,
Annet
