/* Accueil : changer url des courtiers */ jQuery('document').ready(function($){ $('.home #brokers_featured .broker-list .broker .picture a').each(function() { $(this).attr('href', '/equipe/'); }); });