Skip to content

Instantly share code, notes, and snippets.

@Ibochkarev
Created August 22, 2015 07:23
Show Gist options
  • Save Ibochkarev/e314cca08f1ff17823de to your computer and use it in GitHub Desktop.
Save Ibochkarev/e314cca08f1ff17823de to your computer and use it in GitHub Desktop.
Footer Stick bootstrap
//Footer
if ($(document).height() <= $(window).height())
$("footer").addClass("navbar-fixed-bottom");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment