I'm developing a comment panel for a blog that uses Disqus. The design is really tight, and the client is insistent that THIS is the layout. You can see it here: http://agave.purebluebeta.com/blog/2009/nov/20/test-entry/
Problem is, the height is changed AFTER my jQuery is loaded. IE, Disqus comes in after the variables are all set. And I need to know the maximum height for the comments panel when ever it is changed because it will grow over time as more comments are added. But that is done with the Disqus code. Something like $(this).live().height(); But live is only tied to events... right? Any tips are welcome. Thanks.

