Trestle.init(function(e, root) { $(root).find('[data-toggle="tooltip"]').tooltip(); $(root).find('[data-toggle="popover"]').popover(); }); if (!('ontouchstart' in window)) { Trestle.ready(function() { $(document).tooltip({ selector: '.app-nav a', trigger: 'hover', placement: 'right', container: 'body', template: '', title: function() { return $(this).find('.nav-label').text(); } }); }); };