commit 353c04478f2c9b281cc1a4ad5b72989b5a3cac5c Author: Bruno Rybársky Date: Mon May 16 19:35:22 2022 +0200 init diff --git a/loader.js b/loader.js new file mode 100644 index 0000000..d2858b6 --- /dev/null +++ b/loader.js @@ -0,0 +1,6 @@ +//on ready +$(document).ready(function(){ + //on button click enable/disable bounce scroll + $("#bounce_scroll_button").click(function(){ + //load the bounce scroll script + //add link