-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Bin mir nicht ganz sicher ob das ausreicht; nochmal drüber schauen.
<script type="text/javascript">
var $root = $('html, body');
$('.navbar-nav a').click(function() {
var href = $.attr(this, 'href');
$root.animate({
scrollTop: $(href).offset().top
}, 500, function () {
window.location.hash = href;
});
return false;
});
</script>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels