我在加载页面时在控制台中出现此错误。这似乎是一个致命的错误,因为它阻止了页面上的所有其他JavaScript无法运行。
Uncaught Error: 'selector' option must be specified when initializing tooltip on the window.document object!
错误表明它与bootstrap的工具提示有关。这是我的boostrap导入:
<script src="<?php echo base_url(); ?>assets/third_party/bootstrap335dist/js/bootstrap.js"></script>
<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/third_party/bootstrap335dist/css/bootstrap.css">