How do you get the actual height of a Jquery dialog when the height is set to auto?
The title pretty much says it all. I have a Jquery dialog whose height is set to auto. In a JavaScript function I want to get it's actual height. I can get the height of the div that the dialog is based on but that is not quite the same as the dialog. I can't find any way to get the height unless it is fixed. Any suggestions would be greatly appreciated.