jQuery(document).ready(function($) { /* Initialisation slick */ $(".slick__broker--gallerie").slick({ infinite: true, speed:1000, autoplay: true, adaptiveHeight: true, dots: true, arrows:false }); if ( $(".slick__broker--gallerie").length ) { $('.broker').each(function(){ let broker_url = $(this).find('a').attr('href'); $(this).find('.broker-name').append('En savoir plus'); }); } });