krata/assets/js/_src/_commons/tooltip.js

10 lines
214 B
JavaScript
Raw Normal View History

2019-09-30 14:38:41 +02:00
/**
2020-01-02 14:17:49 +01:00
* Initial Bootstrap Tooltip.
* v2.0
* https://github.com/cotes2020/jekyll-theme-chirpy
* © 2019 Cotes Chung
* MIT License
2019-09-30 14:38:41 +02:00
*/
$(function () {
$('[data-toggle="tooltip"]').tooltip({placement: "auto"});
})