/* * Implement the tooltip control automatically * * Usage: * * * Some link * * * Require: * - bootstrap/transition * - bootstrap/tooltip */ (function($){ $(document).render(function(){ $('[data-control="tooltip"], [data-toggle="tooltip"]').tooltip() }) })(jQuery);