Get element width in px

后端 未结 6 1554
-上瘾入骨i
-上瘾入骨i 2020-12-10 13:06

How to get element width in pixels (px)? jQuery always returns value in percent (pct).

HTML

         


        
6条回答
  •  盖世英雄少女心
    2020-12-10 13:33

    I have experienced like in this post: jQuery width() not returning correct value on a div with generated content. If the div is not displayed earlier or are loading content dynamically, the .width() function returns the percentage value, but till the element is fully loaded the same .width() function will return width in pixels.

提交回复
热议问题