1

I want to close the tab when we press the maximize button in the browser.
How can we detect the event of maximize button?

Any help would be appreciated.

4

1 回答 1

-2

我猜最大化可以被捕获$(window).resize();

您可以检查窗口的当前大小是否大于以前的大小。但我认为没有 JS 事件来检测单击最大化按钮。

于 2013-12-27T10:59:05.487 回答