Ok, I was going to answer someone\'s question here on SO about why their script wasn\'t working. They loaded content into a hidden div, then got the height so they could ani
$('.hidden-element').get(0).height;
gives the height from DOM element, which is set also fro hidden elements