Difference between revisions of "Team:Dundee/Team"

Line 4: Line 4:
 
<!-- This is a draft of the wiki -->
 
<!-- This is a draft of the wiki -->
 
<!-- https://2015.igem.org/Team:Dundee/style -->
 
<!-- https://2015.igem.org/Team:Dundee/style -->
 +
 +
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
 +
<script>
 +
 +
jQuery(function(){
 +
        jQuery('#showall').click(function(){
 +
              jQuery('.targetDiv').show();
 +
        });
 +
        jQuery('.showSingle').click(function(){
 +
              jQuery('.targetDiv').hide();
 +
              jQuery('#div'+$(this).attr('target')).show();
 +
        });
 +
});
 +
</script>
  
 
<div id ="mainContainer">
 
<div id ="mainContainer">

Revision as of 09:27, 28 July 2015

Here are the files.
Under construction