web/assets/js/_src/_commons/tooltip.js
Cotes Chung f302f798aa Change the tooltips placement.
Also modified code indentation.
2020-02-17 02:51:12 +08:00

10 lines
No EOL
195 B
JavaScript

/**
* Initial Bootstrap Tooltip.
* v2.0
* https://github.com/cotes2020/jekyll-theme-chirpy
* © 2019 Cotes Chung
* MIT License
*/
$(function () {
$('[data-toggle="tooltip"]').tooltip();
})