Is it possible to get the width of the window in em units using javascript?

前端 未结 5 1808
误落风尘
误落风尘 2021-01-31 14:55

I\'m looking for a reliable way to get the width of the window in em units using javascript. I was surprised to see that jQuery will only return a result in pixel measurements.

5条回答
  •  梦谈多话
    2021-01-31 14:59

    For those who need it all put together, this code works for me:

    Window size: pixels or ems

    It's put together using the answer above added to the window-width test code found in the linked tutorial.

提交回复
热议问题