The best way to enable tooltips/popovers — using selector option (see this and this): $(document).tooltip({ selector: '[data-toggle="tooltip"]' }); ...
確定! 回上一頁