2022/06/23 19:00
完整專訪內容,敬請鎖定6/24 10:00
YouTube 【自由追新聞】《官我什麼事》節目!
$(‘.photo’).each(function() { $(this).find(‘a’).addClass(‘image-popup-vertical-fit’); $(this).find(‘a’).removeClass(‘lightbox’); var url_img = $(this).find(‘img’).attr(‘data-src’); var title = $(this).find(‘p’).text(); // 添加屬性 $(this).find(‘a’).attr(‘href’, url_img); $(this).find(‘a’).attr(‘title’, title); })