$(document).ready(function() { $("#footer, #sidebar").hide().slideDown(250).fadeIn(750); $("#content-wrap").hide().animate( { height: 'show', opacity: 'show' }, 750); });