Minimize browser window using Javascript

前端 未结 4 558
耶瑟儿~
耶瑟儿~ 2020-12-06 11:40

Is there a Javascript or jQuery method to minimize the current browser window?

4条回答
  •  一整个雨季
    2020-12-06 12:22

    No, there isn't. However, depending on what you're doing and which browsers you're targeting, you could play around with the blur and focus events of the window to achieve similar effect.

提交回复
热议问题