$(document).ready(function(){ // Menu links popovers $('[data-toggle="menu-popover"]').popover({ trigger: 'hover', placement: 'bottom', container: 'body' // Allows the popover to be larger than the menu button }); });