[jQuery] how to get the height of a div?
Hi,
how I can get the height of a div? There is a div element in the xhtml
DOM filled with dynamic content from a database. The height depends on
the database content.
I tried something like this: $('#divElem').height($
('#divElem').getMaxHeight());
but it didn't work.