Difference between revisions of "Team:Bielefeld-CeBiTec/Notebook/PlasmidDisplay"
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | |||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $("button").click(function(){ | ||
+ | $(".").hide(); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
<body> | <body> | ||
<div class="container"> | <div class="container"> | ||
− | + | <!--> <button type="button" class="btn btn-info" data-toggle="collapse" data-target=".panel-collapse collapse">Expand all</button> </!--> | |
</div> | </div> |
Revision as of 06:36, 17 June 2015
!-->