That is what needs to be done.  The docs note that the tool tip and popover 
APIs are opt in, so you need to manually get them fired up, either with the 
js you used, or the more specific selector js annet posted.

On Friday, April 27, 2012 10:03:00 AM UTC-7, ShaunR wrote:
>
> The docs talk about having to add rel="tooltip" but just doing 
> that doesn't seam to work, the only way i can get it to work is by adding 
> the following js.
>
> $(function(){
>     $('a[rel=tooltip]').tooltip();
> });
>
>
> is this what has to be done?  Or should tb's js already be doing this out 
> of the box?
>

Reply via email to