Combine

You are unauthorized to view this page.

See New Features
jQuery('html, body').animate({ scrollTop: jQuery("#how-punt").offset().top }, 2000); }); jQuery("#how-to-kick1").click(function(){ //alert('aaa'); jQuery('html, body').animate({ scrollTop: jQuery("#how-to-kick").offset().top }, 2000); });