610
modifications
Modifications
aucun résumé de modification
$('.BoiteProjet').each(function() {
var currentElement = $(this);
var urlProjet = currentElement.find('span.linkProjet a').attr('href');
currentElement.attr("test", urlProjet);