Team:Heidelberg/Parts
From 2013.igem.org
(Difference between revisions)
m |
|||
Line 19: | Line 19: | ||
<script> | <script> | ||
$( document ).ready(function() { | $( document ).ready(function() { | ||
- | jQuery("#partsTable").load("https://2013.igem.org/cgi/api/groupparts.cgi?t=iGEM013&g=Heidelberg" | + | jQuery("#partsTable").load("https://2013.igem.org/cgi/api/groupparts.cgi?t=iGEM013&g=Heidelberg", function(){ |
- | ); | + | $('.pgrouptable').removeClass('pgrouptable tablesorter').addClass('table table-hover'); |
+ | $('.heart13').removeClass('heart13').addClass('glyphicon glyphicon-heart'); | ||
+ | }); | ||
}); | }); |
Revision as of 01:11, 4 October 2013