Tooltips
Add the Tooltipped class to your element and add either top, bottom, left, right on data-tooltip to control the position.
Words Tooltips
Initialization
Tooltips are initialized automatically, but if you have dynamically added tooltips, you will need to initialize them.
$(document).ready(function(){ $('.tooltipped').tooltip({delay: 50}); });