7 lines
201 B
JavaScript
7 lines
201 B
JavaScript
//on ready
|
|
$(document).ready(function(){
|
|
//on button click enable/disable bounce scroll
|
|
$("#bounce_scroll_button").click(function(){
|
|
//load the bounce scroll script
|
|
//add link
|