Live Detect Browser Size - jQuery / JavaScript

前端 未结 6 1352
梦毁少年i
梦毁少年i 2020-12-02 10:46

Is there a jQuery plugin or a way using straight JavaScript to detect browser size.

I\'d prefer it is the results were \'live\', so if the width or height changes, s

6条回答
  •  天涯浪人
    2020-12-02 11:22

    Do you mean something like this window.innerHeight; window.innerWidth $(window).height(); $(window).width()

提交回复
热议问题