Team:USTC-China/Team/gallarytry

From 2011.igem.org

(Difference between revisions)
Line 92: Line 92:
   $('.col_list li').click(function () {
   $('.col_list li').click(function () {
-
    $('.pic').hide();
+
 
     var name = $(this).attr('id');
     var name = $(this).attr('id');
     $('#'+name+'pic').slideToggle('slow');
     $('#'+name+'pic').slideToggle('slow');

Revision as of 10:28, 26 August 2011

Yinghong Lan