Team:USTC-China/Notebook/1

From 2011.igem.org

Revision as of 15:38, 3 October 2011 by Lytao (Talk | contribs)

<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>



May
MTWTFSS
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31