【问题标题】:Fancybox iframe groups (gallery)Fancybox iframe 组(图库)
【发布时间】:2011-10-19 19:18:44
【问题描述】:

我想知道是否可以使用fancybox 对php 页面进行分组,就像它对图像进行分组一样(在弹出窗口中使用左右箭头)。 谢谢!

【问题讨论】:

    标签: fancybox


    【解决方案1】:

    是的

    <a rel="test" href="http://jquery.com/">Iframe (75% width and height)</a><br/>
    <a rel="test" href="http://jqueryui.com">google</a>
    
    
    
    
     <script type="text/javascript">
    $(document).ready(function(){
            $("a[rel=test]").fancybox({
                    'transitionIn'      : 'none',
                    'transitionOut'     : 'none',
                    'width'             : '75%',
                    'height'            : '75%',
                    'autoScale'         : false,
                    'type'              : 'iframe'
                });
    });
        </script>
    

    我已经创建了这个测试页面http://jsfiddle.net/Flatlineato/Kne3n/1/

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-11-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多