Template:MIT-results
From 2012.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
$('.col_list li').click(function () { | $('.col_list li').click(function () { | ||
var name = $(this).attr('id'); | var name = $(this).attr('id'); | ||
- | + | window.location.href=name; | |
}); | }); | ||
}); | }); |