Ajouter une classe en boucle jQuery
$( "li" ).each(function( index ) {
console.log( index + ": " + $( this ).text() );
});
Aggressive Ant
$( "li" ).each(function( index ) {
console.log( index + ": " + $( this ).text() );
});
$( "li" ).each(function( index ) {
console.log( index + ": " + $( this ).text() );
});