Team:ETH Zurich/tpl/head/animbuttons

From 2014.igem.org

(Difference between revisions)
Line 8: Line 8:
         var filtertag = $(this).attr('id');
         var filtertag = $(this).attr('id');
         $("svg.animbutton").hide();
         $("svg.animbutton").hide();
-
         $("svg.animbutton").filter('#' + filtertag).show();
+
         $("p.animation").filter('#' + filtertag).show();
                                               });
                                               });
});
});

Revision as of 18:13, 9 October 2014