Skip to content

Instantly share code, notes, and snippets.

@taylorkearns
Created August 28, 2013 14:30
Show Gist options
  • Save taylorkearns/6366637 to your computer and use it in GitHub Desktop.
Save taylorkearns/6366637 to your computer and use it in GitHub Desktop.
Backbone sticky footer polyfil
:javascript
$(function() {
new Survca.StickyFooter({
el: 'body',
headerElem: 'header.global',
contentElem: 'section#main',
footerElem: 'footer.global'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment