it seems that there is an error in Botstrap documentation.
following code is not working

<a href="#" rel="tooltip" title="first tooltip">hover over me</a>   

this code is working OK
<a href="#" class="hasTooltip" title="first tooltip">hover over me</a>  

Reply via email to