Difference between revisions of "Dev/Awards2"

Line 34: Line 34:
  
 
$( "li" ).each(function( index ) {
 
$( "li" ).each(function( index ) {
console.log( index + ": " + $( this ).text() );
+
$( this ).append("test");
 
});
 
});
 
});
 
});

Revision as of 16:59, 6 November 2017

MENU

Awards demo