Difference between revisions of "Dev/Awards2"

Line 48: Line 48:
 
function load_these_items ( source_page , destination_div ) {
 
function load_these_items ( source_page , destination_div ) {
  
var links = "";
 
  
 
$("#"+destination_div ).load( source_page , function() {   
 
$("#"+destination_div ).load( source_page , function() {   
Line 55: Line 54:
 
$( "li" ).each(function( index ) {
 
$( "li" ).each(function( index ) {
  
//links = "<a href=\'https://2017.igem.org/Team:" + $( this ).text() + "\'>" ;
 
 
$(this).wrap( "<a href=\'https://2017.igem.org/Team:" + $( this ).text() + "\'>"  );
 
$(this).wrap( "<a href=\'https://2017.igem.org/Team:" + $( this ).text() + "\'>"  );
 
 

Revision as of 18:44, 6 November 2017

MENU

Awards demo