欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

fancybox modal的完美解決(右上的X)

 更新時(shí)間:2012年10月30日 23:04:23   作者:  
有的時(shí)候我們希望保留右上的X,同時(shí)使用fancybox 的modal模式,怎么辦呢

加這個(gè)

復(fù)制代碼 代碼如下:

 helpers: {

                            overlay: {
                                closeClick: false
                                                    }


就是加這個(gè),如
復(fù)制代碼 代碼如下:

  jQuery.fancybox({

                             helpers: {
                            overlay: {
                                closeClick: false
                            }
                        },
                            'padding': 0,
                            'margin': 0,
                            'width': 400,
                            'height': 400,
                            'autoScale': false,
                            'scrolling': 'no',
                            'overlayShow': true,
                            'type': 'iframe',
                            'href': $(this).attr('href'),
                            'afterClose': function () {
                                //refresh grid
                                reload("lstAppServer", "/Actions/GetAppServers.ashx?filter=" + escape($("#<%=txtFilter.ClientID %>").val()));
                            }
                        });


本方法在fancybox 2.1.3中通過

相關(guān)文章

最新評論