gpt4 book ai didi

jquery - Fancybox 自定义标题不工作 titleFormat 函数

转载 作者:行者123 更新时间:2023-11-28 18:33:07 25 4
gpt4 key购买 nike

我正在尝试在我的 fancybox 灯箱中实现自定义标题,但它似乎没有调用该函数。我也试过直接从 fancybox 网站 (http://fancybox.net/blog) 复制和粘贴示例,但似乎也不起作用,想知道是否有人可以帮助我。

我的代码如下:

function formatTitle(title, currentArray, currentIndex, currentOpts) {
return '<div id="tip7-title"><span><a href="javascript:;" onclick="$.fancybox.close();"><img src="/data/closelabel.gif" /></a></span>' + (title && title.length ? '<b>' + title + '</b>' : '' ) + 'Image ' + (currentIndex + 1) + ' of ' + currentArray.length + '</div>';
console.log('Custom fancyTitle shown');
}

$('.mosaic-overlay').fancybox({
custom_counterText: 'Image {#index#} of {#count#}',
'titlePosition' : 'inside',
titleFormat: formatTitle
});

使用 html:

<li>  <!--Circle--> 
<div class="mosaic-block circle">
<a title="Custom Title 1" rel="aapGroup" href="<?php bloginfo('template_directory'); ?>/img/webProjects/aapBlog.jpg" class="mosaic-overlay ">&nbsp;</a>
<div class="mosaic-backdrop"><img src="<?php bloginfo('template_directory'); ?>/img/screenshots/AAPBlog.png"/></div>
</div>
</li>

我试图实现此目的的页面是 www.alivedesign.co.uk ,在“Web 元素”位中,是第一个框。

感谢您的帮助!

最佳答案

原来我用的是Fancybox 2.1.3,那个版本已经不支持这个方法了。我使用/r/webdesign/解决了解决方案,可以在这里看到...

http://www.reddit.com/r/webdesign/comments/14bl6r/fancybox_custom_title_not_working_titleformat/

感谢您通过 JFK 提供的帮助。

关于jquery - Fancybox 自定义标题不工作 titleFormat 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13706720/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com