次のスライドショーはうまく機能しますが、各 img タグに data-attribute を追加することで、各画像の背景と一致するように本文の背景色を変更したいと考えています。
どうすればこれを達成できますか?
$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');
});