Today I Learned - Rocky Kev

Tagged “size”

  1. TIL getting the height with Javascript

    Say you wanted the height of a element. getComputedStyle gets you that. BUT -- it may lie about it to avoid css history leak. Instead use computedStyleMap.

See all tags.