Difference between revisions of "Team:Dundee/TeamFiles"

(Blanked the page)
 
(177 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{:Team:Dundee/style}}<html>
 
<!-- This is a draft of the wiki -->
 
<!-- Therefore, this is a first version of it, which will be improved -->
 
<!-- This is a draft of the wiki -->
 
<!-- 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">
 
Here are the files.
 
 
<table height="800px">
 
<tr>
 
<td width="400px">
 
<table>
 
<tr>
 
<td><a class="showSingle" target="Charlie">asd</a></td>
 
<td></td>
 
</tr>
 
</table>
 
</td>
 
<td width="800px" background="https://static.igem.org/mediawiki/2015/a/ac/Wiki_iGEM_Dundee_15.jpg">
 
<div class="targetDiv" id="divCharlie">
 
</div>
 
</td>
 
</tr>
 
</table>
 
 
</div>
 
 
<div id ="belowContainer">
 
Under construction
 
</div>
 
 
</html>
 

Latest revision as of 09:22, 22 October 2015