This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// <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({ |
NewerOlder