Difference between revisions of "Team:Dundee/TeamFiles"

(Blanked the page)
 
(166 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<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>
 
 
Here are the files.
 
 
<center>
 
<table height="800px">
 
<tr>
 
<td width="200px">
 
<table>
 
<tr>
 
STUDENTS
 
</tr>
 
<tr>
 
<td><a class="showSingle" target="Aimee">Aimee</a></td>
 
<td><a class="showSingle" target="Caitlin">Caitlin</a></td>
 
<td><a class="showSingle" target="Callum">Callum</a></td>
 
</tr>
 
<tr>
 
ADVISORS
 
</tr>
 
<tr>
 
<td><a class="showSingle" target="Lucas">Lucas</a></td>
 
<td><a class="showSingle" target="Fatima">Fatima</a></td>
 
</tr>
 
<tr>
 
SUPERVISORS
 
</tr>
 
<tr>
 
<td><a class="showSingle" target="Frank">Frank</a></td>
 
<td><a class="showSingle" target="Tracy">Tracy</a></td>
 
<td><a class="showSingle" target="Dyce">Fordyce</a></td>
 
</tr>
 
</table>
 
</td>
 
<td width="600px" background="https://static.igem.org/mediawiki/2015/a/ac/Wiki_iGEM_Dundee_15.jpg" style="background-repeat:no-repeat;">
 
 
<div class="targetDiv" id="divCallum"> Hola que tal
 
</div>
 
 
<div class="targetDiv" id="divLucas"> Hola que tal
 
</div>
 
</td>
 
</tr>
 
</table>
 
 
 
</html>
 
{{:Team:Dundee/navbar}}
 

Latest revision as of 09:22, 22 October 2015