web/assets/js/_utils/tooltip-loader.js

11 lines
199 B
JavaScript
Raw Normal View History

2019-09-30 15:38:41 +03:00
/**
2020-01-02 16:17:49 +03:00
* Initial Bootstrap Tooltip.
* v2.0
* https://github.com/cotes2020/jekyll-theme-chirpy
* © 2019 Cotes Chung
* MIT License
2019-09-30 15:38:41 +03:00
*/
$(function () {
2020-08-19 07:26:45 +03:00
$("[data-toggle=\"tooltip\"]").tooltip();
});