Line 44: | Line 44: | ||
$( "li" ).each(function( index ) { | $( "li" ).each(function( index ) { | ||
− | $( this ).prepend(" | + | $( this ).prepend("<a href='https://2017.igem.org/Team:"+this+"'"); |
− | $( this ).append(" | + | $( this ).append("</a>"); |
}); | }); | ||
}); | }); |
Revision as of 17:03, 6 November 2017