Skip to content

Instantly share code, notes, and snippets.

@jdtdesigns
jdtdesigns / smoothScroll.js
Created November 11, 2015 06:56
Smooth Scroll Snippet
// <li><a href="target value"></li
//<div id="target"></div>
$menuButton.on('click', _showSection);
function _showSection(e) {
e.preventDefault();
var target = $(this).attr('href');
$page.stop().animate({