Currently, I am attempting to determine the height of a hidden TR element. Oddly enough, when using the jQuery height extension method, it keeps returning 0. When the TR is visible, the correct height is displayed. This issue contradicts my previous experience and knowledge, as I would expect the method to return the height regardless of visibility. Any assistance on this matter would be greatly appreciated!
Thank you in advance for your help!