img
タイトルとalt
タグをdiv
( ) で表示する方法を探してい.image-caption
ます。
これまでの私のコードは次のとおりです。
owl.on('changed.owl.carousel', function(event) {
var comment = $(this).find('img').attr('alt');
var title = $(this).find('img').attr('title');
if(comment) $('#desktop .image-caption').html('<h4>'+title+'</h4><p>'+comment+'</p>');
})
何か案は?ありがとう!