Skip to content

Instantly share code, notes, and snippets.

@pensiero
Created August 16, 2013 09:16
Show Gist options
  • Save pensiero/6248451 to your computer and use it in GitHub Desktop.
Save pensiero/6248451 to your computer and use it in GitHub Desktop.
$('.bs-sidebar').affix({
offset: {
top: $('.bs-sidebar').offset().top,
bottom: function () {
return (this.bottom = $('body > footer').outerHeight(true) + 50)
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment