jQuery 彈窗插件:Avgrund

jopen 12年前發布 | 50K 次閱讀 jQuery jQuery對話框插件 jQuery插件

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.baiduhome.net/lib/view/home/1348105204115

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!