所以我想知道$(".fancybox").fancybox({
openEffect : 'none',
closeEffect : 'none',
beforeShow : function() {
this.title = 'Image ' + (this.index + 1) + ' of ' + this.group.length + ' '+(this.title ? '' + this.title + '' : '');
},
helpers : {
thumbs : {
width : 50,
height : 50
}
}
});
正在产生什么。它是这样的:
now-1y
now - 365days
now - 365.25days
我已阅读此documentation但无法找到更多信息。