我如何让Fancybox(jquery lightbox插件)作为普通的图像滑块工作,而不是作为灯箱?

时间:2011-08-16 17:44:01

标签: fancybox

嗨我正在使用Fancybox灯箱,在我网站的其他位置,并保持看起来相同的我认为ID尝试使用它只是页面中的滑块库而不是在页面上弹出的灯箱库.. 。链接...... http://fancybox.net/

我现在怎么做?

    $(document).ready(function() {

        $("a[rel=example_group], a[rel=example_group1]").fancybox({
            'transitionIn'      : 'none',
            'transitionOut'     : 'none',
            'titlePosition'     : 'over',
            'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
                return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
            }
        });

    });

`

在头部,我也重新启用了一些其他外部JS脚本,包含在精美的盒子下载中

任何帮助都会很棒 提前谢谢!

萨姆

1 个答案:

答案 0 :(得分:0)

...... Fancybox不这样做。这不是一个内联幻灯片 - 它是一个灯箱。听起来你真正想要的是带有下一个和后一个按钮的内嵌幻灯片。

尝试jQuery Cycle。它做到了:

http://jquery.malsup.com/cycle/