国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

基于Jquery的仿Windows Aero彈出窗(漂亮的關閉按鈕)

2019-11-21 00:13:19
字體:
供稿:網(wǎng)友
今天介紹的Jquery Dialog Plugins AeroWindow ,是其中最個性的一款,因為他擁有神似Windows 7 Aero效果的肉身。

效果圖:

演示:

官方演示 本地演示

特點
獨特: 窗口移動時標題欄反光效果
窗口按鈕:最小化,減少,最大化和關閉
雙擊窗口標題欄最大化,縮小
活動窗口突出顯示
更改窗口大小(resize)
鼠標拖拽窗口
N多個配置選項
配置選項
窗口標題
窗口的起始位置的X / Y
窗口大小
最小的窗口大小
打開窗口的可用狀態(tài)(最小化,最大化,正常)
窗口動畫(30個不同的絢麗效果)
窗口可用函數(shù),鼠標事件和JavaScript調(diào)用
在下面的兼容性測試瀏覽器
Internet Explorer 6
Internet Explorer 7
Internet Explorer 8
火狐3
谷歌瀏覽器4
蘋果Safari 4
Opara10
使用起來是非常簡單滴
來吧 讓你現(xiàn)有的網(wǎng)站窗口以Windows Aero效果展現(xiàn)。

最簡單的使用方法:
復制代碼 代碼如下:

$('#YourContainerDiv').AeroWindow({
WindowTitle: 'My first very cool Aero Window for Web',
});


自定義配置:
復制代碼 代碼如下:

$('#YourContainerDiv').AeroWindow({
WindowTitle: 'My first cool Aero Window for Web',
WindowPositionTop: 'center',
WindowPositionLeft: 'center',
WindowWidth: 600,
WindowHeight: 400,
WindowMinWidth: 100,
WindowMinHeight: 100,
WindowAnimationSpeed: 500,
WindowAnimation: 'easeOutCubic',//窗口打開時的動畫效果
WindowResizable: true,
WindowDraggable: true,
WindowMinimize: true,
WindowMaximize: false,
WindowClosable: true
});

包含所有必要的文件和演示文件。這個版本基于jQuery(v1.4.2)

官方下載地址: » AeroWindow(v3.5)
本站下載地址: AeroWindow 基于jquery的仿Windows Aero彈出窗

另附上生活流 頁面的關于使用AeroWindow插件的代碼
復制代碼 代碼如下:

//javascript腳本
$(document).ready(function() {
$('#profilactic a').click(function() {
var go=$(this);
$('#mywindows').attr('src',go.attr('href'))
go.attr('href','javascript:void(0);');
$('#Firefoxapp').AeroWindow({
WindowTitle: '向晚的'+go.attr('class'),
WindowPositionTop: 'center',
WindowPositionLeft: 'center',
WindowWidth: 1000,
WindowHeight: 500,
WindowAnimation: 'easeOutCubic'
});
$('html,body').animate({scrollTop: '0px'}, 300);
return false;
});
});
//彈出窗口容器
<DIV id=Firefoxapp style="DISPLAY: none">
<iframe style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" id="mywindows" height="99.5%" src="" frameborder="0" width="100%"></iframe>
<DIV id=iframeHelper></DIV>
</DIV>

需要的朋友可以參考下。
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 宁化县| 商水县| 措勤县| 宽甸| 闻喜县| 台湾省| 鄂州市| 汝阳县| 阿拉善右旗| 新民市| 沙坪坝区| 九江市| 施甸县| 兴和县| 张掖市| 潮州市| 皋兰县| 霍城县| 灌阳县| 临猗县| 青阳县| 拜城县| 周宁县| 镇沅| 黑龙江省| 龙里县| 麻阳| 紫云| 延川县| 鸡泽县| 双峰县| 剑河县| 滦南县| 元阳县| 雷波县| 乐亭县| 河东区| 嘉兴市| 中方县| 凤台县| 祁连县|