Is there a javascript or jQuery method to minimize the current browser window?
|
|
|||||
|
|
|
There is no way to minimize the browser window within javascript. There are ways to change the size of the window, but no true minimization (nice word) |
||
|
|
|
|
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. |
||
|
|
