Process JS files with gulp
This commit is contained in:
10
assets/js/_commons/tooltip-loader.js
Normal file
10
assets/js/_commons/tooltip-loader.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Initial Bootstrap Tooltip.
|
||||
* v2.0
|
||||
* https://github.com/cotes2020/jekyll-theme-chirpy
|
||||
* © 2019 Cotes Chung
|
||||
* MIT License
|
||||
*/
|
||||
$(function () {
|
||||
$("[data-toggle=\"tooltip\"]").tooltip();
|
||||
});
|
||||
Reference in New Issue
Block a user