jQuery.height on div does not work in Chrome!? Workaround?!?
Hi,
with making an expandable feature which uses slideUp and slideDown I got problems reading the true height of a div - tag in Google Chrome. The values of $('.classOfDivTag').height() aren't correct in Chrome. In every other browser its correct.
Why this? Is there a workaround?
Thanks for help.
Robert