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?
