var fixedHeight = jqObject.height(), dynamicHeight = jqObject.css('height', 'auto').height(); jqObject.height(fixedHeight).animate({ height: dynamicHeight });