(function(){ 'use strict'; $(document).ready( function() { $('#content').outerHeight($('#page').outerHeight() - $('#header').outerHeight() - $('#footer').outerHeight()); }); })();