Do you have the height() called from the AJAX callback function?  Make
sure the height isn't called until the ajax callback.  If that doesn't
work, perhaps the elementReady plugin would help.

Charles

On Feb 14, 11:08 am, GTinMaryland <[EMAIL PROTECTED]> wrote:
> 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!

Reply via email to