Response title
This is preview!
$('#menu').localScroll({
hash: true,
offset: {
top: -60,
left: 0
},
onBefore: function(e, anchor, $target) {
if (something) {
offset.top = -100;
}
}
});
© 2013 jQuery Foundation
Sponsored by and others.