Difference between revisions of "Dev/Awards2"

Line 24: Line 24:
  
  
<div id="bronze_medals" >
+
<ul id="bronze_medals" >
  
 +
</ul>
  
  
 
 
 
 
</div>
 
 
</div>
 
</div>
  
Line 59: Line 55:
 
$( "li" ).each(function( index ) {
 
$( "li" ).each(function( index ) {
  
links = "<a href=\'https://2017.igem.org/Team:" + $( this ).text() + "\'";
+
links = "<a href=\'https://2017.igem.org/Team:" + $( this ).text() + "\'>" + $( this ).text() +"</a>" ;
$( this ).prepend("<div>"+links+"</div>");
+
$( this ).prepend( links );
$(this).parent().remove();
+
 
});
 
});
 
});
 
});

Revision as of 18:37, 6 November 2017

MENU

Awards demo