[jQuery] Getting height() value on a dynamic area

[jQuery] Getting height() value on a dynamic area


I'm working on a layout where the user clicks a button and content
loads via Ajax into content box elsewhere on the page. Right after
making that ajax call I try to get the height() of the content box,
but the value returned is the height of the box BEFORE the content was
loaded.
How can I get the height() of the box with the new content inserted?
Thanks!