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