我一直试图让这个工具提示代码在页面上初始化,但我无法让 jQuery 正确连接。
我们在 Ubuntu 上运行 PHP,我们正在使用 Silverstripe。无论将其添加到何处或添加到哪个文件,我都无法使以下脚本正常工作。我什至尝试从单独的文件中调用它,但它也没有初始化。
如何将此代码添加到 PHP 或 SS 文件中?(银条 CMS 文件)
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
<button type=\"button\" class=\"btn btn-default help-tool\" data-toggle=\"tooltip\" data-placement=\"top\" title=\"Below you will find state-by-state breakdowns in Federal, State, and where available Local categories.
Explore the data by clicking the map or by clicking the magnifying lens in the table view.\"><i class=\"fa fa-info-circle fa-fw\"></i></button>