Is there a good jQuery plugin for a hide effect that looks like minimizing windows in Windows
问题 Just as the title states, is there a jQuery plugin effect that will allow me to hide divs in a way that loos like how Windows does it? So the div would move, shrink, and become transparent to a certain point on the screen. Here is an example: http://fstoke.me/jquery/window/ This is pretty much what I'm looking for except I don't think it's possible to JUST use the effect. 回答1: You can use jQuery's .animate() method. What you need for the effect is to change is: width of the window height of