Team:Heidelberg/Parts

From 2013.igem.org

(Difference between revisions)
m
Line 1: Line 1:
 +
{{:Team:Heidelberg/Templates/basic-css}}
 +
{{:Team:Heidelberg/Templates/Navigation}}
<html>
<html>
    
    
-
<script type="text/javascript">
 
-
 
-
      $('.pgrouptable').removeClass('pgrouptable').addClass('table table-hover');
 
-
      $('.heart13').removeClass('heart13').addClass('glyphicon glyphicon-heart');
 
-
 
-
  </script>
 
Line 22: Line 18:
   </div>
   </div>
 +
 +
$( document ).ajaxStop(function() {
 +
  $('.pgrouptable').removeClass('pgrouptable').addClass('table table-hover');
 +
      $('.heart13').removeClass('heart13').addClass('glyphicon glyphicon-heart');
 +
});
</html>
</html>
-
 
-
 
-
{{:Team:Heidelberg/Templates/basic-css}}
 
-
{{:Team:Heidelberg/Templates/Navigation}}
 

Revision as of 01:00, 4 October 2013

Our Parts. Fascinating stuff out of the world of non-ribosomal peptides.

<groupparts>iGEM013 Heidelberg</groupparts>
$( document ).ajaxStop(function() { $('.pgrouptable').removeClass('pgrouptable').addClass('table table-hover'); $('.heart13').removeClass('heart13').addClass('glyphicon glyphicon-heart'); });