Difference between revisions of "Dev/Awards2"

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

Revision as of 17:00, 6 November 2017

MENU

Awards demo