Skip to content

Instantly share code, notes, and snippets.

@congthien
Created June 8, 2016 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save congthien/d50324ffecb555c8d0f4db117279fbbc to your computer and use it in GitHub Desktop.
Save congthien/d50324ffecb555c8d0f4db117279fbbc to your computer and use it in GitHub Desktop.
jQuery( function(){
jQuery('#your-section-ID a[href*="#"]:not([href="#"])').on('click', function(event){
event.preventDefault();
smoothScroll(jQuery(this.hash));
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment