I have a comment form that is fed by Disqus. It is in a div that is scrolled with ui.slider.
The problem is, I determine the maxScroll by calculating teh difference between the scrolling content and the viewport. Work great all across the site except here. Reason is, the var fot the div's heigh is set when the page loads. Then the Disqus content loads, and the height var doesn't know that the dom is not full of content. SO how can I update the height of a parent div when ever a child's height changes. Any ideas?

