I use jQuery UI Tooltip Widget and there is code:
$(function() {$( document ).tooltip({ content: \'connecting\', content:function(callback) {
You should got for this:
$('body').tooltip({ selector: '[data-toggle=tooltip]' });