Tooltip set
For view tooltip in any place and any state for any tag that it have the attribute tag:
$('body').tooltip({
selector: '[title]'
});
For view tooltip in any place and any state for any tag that it have the attribute tag:
$('body').tooltip({
selector: '[title]'
});