Skip to content

Instantly share code, notes, and snippets.

@alex-boom
Created October 5, 2016 12:17
Show Gist options
  • Save alex-boom/977dc27d1b116b5d9a4c606edec846ab to your computer and use it in GitHub Desktop.
Save alex-boom/977dc27d1b116b5d9a4c606edec846ab to your computer and use it in GitHub Desktop.
высота элемента
var footerHeight = $('.footer').height(); //это ты узнал высоту футера
$('wrapper').css('padding-bottom', footerHeight);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment