Slide 加上連結|Elementor 圖片轉盤
改成圖片連結
jQuery(function($) {
jQuery(‘.carousel .swiper-slide’).each(function(){
a = $(this).find(‘a’);
b = a.find(‘img’).attr(‘alt’);
//alert(b);
a.attr(‘href’,b)
});
});
EE - Essential Addons for Elementor|圖片篩選
Slide 加上連結|Elementor 圖片轉盤
改成圖片連結
jQuery(function($) {
jQuery(‘.carousel .swiper-slide’).each(function(){
a = $(this).find(‘a’);
b = a.find(‘img’).attr(‘alt’);
//alert(b);
a.attr(‘href’,b)
});
});
EE - Essential Addons for Elementor|圖片篩選