| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
12年前发布

jQuery 弹窗插件:Avgrund

Avgrund 是一个 jQuery 用来创建模式对话框的插件,支持包括 IE6 在内的流行浏览器,要求 jQuery 1.4+ ,文件很小,只有 2kb。用法:

$('element').avgrund({      width: 380, // max is 640px   height: 280, // max is 350px   showClose: false, // switch to 'true' for enabling close button    showCloseText: '', // type your text for close button   closeByEscape: true, // enables closing popup by 'Esc'..   closeByDocument: true, // ..and by clicking document itself   holderClass: '', // lets you name custom class for popin holder..   overlayClass: '', // ..and overlay block   enableStackAnimation: false, // another animation type   onBlurContainer: '', // enables blur filter for specified block    template: 'Your content goes here..'  });

 jQuery 弹窗插件:Avgrund

项目主页:http://www.open-open.com/lib/view/home/1348105204115

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1348105204115.html
jQuery jQuery对话框插件 jQuery插件