Is there a Javascript or jQuery method to minimize the current browser window?
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.