下面的幻灯片效果很好,但是通过在每个 img 标签上添加数据属性,我想更改正文的背景颜色以匹配每个图像的背景。
我怎样才能做到这一点?
$next.css({opacity: 0.0})
.addClass('active')
.animate({opacity: 1.0}, 1000, function() {
// data attribute to change the body bg color
$active.removeClass('active last-active');
});