📜 ⬆️ ⬇️

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.

image

Basic functionality:

You can set the following parameters:

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.

Download AeroWindow
Demonstration

')

Source: https://habr.com/ru/post/95337/


All Articles