no jQuery. pure javascript.
e.g. Use element.height but I got nothing.
I ever seen code like below befow:
(ele.style || ele)[styleName]
but I forgot what it use to.
no jQuery. pure javascript.
e.g. Use element.height but I got nothing.
I ever seen code like below befow:
(ele.style || ele)[styleName]
but I forgot what it use to.
There are some pointers in http://www.quirksmode.org/dom/getstyles.html
also, google clientHeight offsetHeight
and you will find info on height.