jquery - 奇特盒子2 : formatting title

标签 jquery fancybox

对于 fancyBox 1.x,有一个如何格式化标题的信息。我在新版本中缺少这个...

我想添加一个标题,例如“x 的图像 1。您可以在此处找到孔画廊 [=link]”

最佳答案

对于 fancybox v2.0.x,您可以使用 beforeShow 选项自定义/格式化 title,例如:

$(".fancybox").fancybox({
   beforeShow : function() {
    this.title = (this.title ? '' + this.title + '' : '') + 'Image ' + (this.index + 1) + ' of ' + this.group.length + '. You can find the whole gallery  <a href="/parth/to/gallery">here</a>';
   }
}); // fancybox

关于jquery - 奇特盒子2 : formatting title,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10512967/

相关文章:

javascript - 如何通过ajax函数发送数据到php文件?

javascript - 使用 jQuery 打开 fancybox onclick

jquery - Fancybox iframe 类型关闭时返回值

jquery - 使用 .on() 时是否有更好的方法来构造 jQuery?

javascript 将小数点舍入到两位

javascript - 我如何在ajax函数中使用$this?

jquery - 通过 jquery 查找与多个元素共享一个类的特定元素

php - 使用 fancybox 打开的表单中的 textarea 元素不会清除值

javascript - jCarousel 和 Fancybox

javascript - 花哨的东西