// Register tooltips $(function() { $('.tooltip-top').tooltip({placement: 'top'}); $('.tooltip-bottom').tooltip({placement: 'bottom'}); $('.tooltip-left').tooltip({placement: 'left'}); $('.tooltip-right').tooltip({placement: 'right'}); });