Team:USTC-China/Notebook/1
From 2011.igem.org
<style type="text/css"> .clear {
clear:both;
} </clear> <script>
$('.col_list li').click(function () { $('.bio').hide(); var name = $(this).attr('id'); $('#'+name+'bio').fadeIn(500); }); });
</script>