2
$(document).ready(function(){
5
/* When menu item is clicked, scroll down to target with -64px offset.
6
* Target is decided according to h1[name='xxx'] instead of id.
8
$('#navigation li.menuLink').click(function(e) {
11
var target = ($this.data('name') + ', h1[name="' + $this.data('name') + '"]'),
13
$('html, body').stop().animate({
14
'scrollTop': $target.offset().top -64
b'\\ No newline at end of file'