AeroWindow plugin for jQuery. Creating windows in the style of Windows Aero
I want to present to your attention an interesting jQuery plugin - AeroWindow, which allows you to create your site in the style of Windows Aero. He creates window-style windows 7 Aero that offer the usual options and full functionality similar to windows windows.
Basic functionality:
Using Buttons: Minimize, Expand, and Close
A special feature: animation in the form of glossy shines when moving a window;
Support for double-clicking on the window (animated window deployment);
Infinitely sliding window;
Visual highlighting of the active window;
Animated window resizing;
Move the window with the mouse;
Manage window overlays on each other (Z-order management);
Many other settings.
You can set the following parameters:
Window title;
The initial position of the window in the X and Y coordinates (the possibility of centering is provided);
Standard Window Size;
The minimum size of the window;
The state of the open window (minimized, maximum size, normal);
Customize window animation;
Window generation for mouse events and JavaScript function calls.
Examples: A simple window description AeroWindow: $ ('#YourContainerDiv').AeroWindow((WindowTitle: 'My first very cool Aero Window for Web',));
The special properties of the window can be easily set: $ ('# YourContainerDiv').AeroWindow((WindowTitle:'My first very cool Aero Window for Web', WindowPositionTop: 'center', WindowPositionLeft: 'center', WindowWidth: 400, WindowHeight: 100, Window Animation: 'easeOutCubic' WindowResizable: true, WindowDraggable: true WindowMinimize: true, WindowMaximize : false, WindowClosable: true));
Compatibility with the following browsers has been tested: Internet Explorer 6, Internet Explorer 7, Internet Explorer 8, Mozilla Firefox 3, Google Chrome 4, Apple Safari 4, Opera 10. Current version 2.0, based on jQuery v1.4.2.