Template:Team:USyd-Australia/Bits

From 2014.igem.org

(Difference between revisions)
Line 8: Line 8:
<script>
<script>
$(document).ready(function(){
$(document).ready(function(){
 +
$("#img1").on('click', function() {
 +
  $("#div1").fadeIn();
 +
  $("#div2").fadeOut();
 +
  $("#div3").fadeOut();
 +
  $("#div4").fadeOut();
 +
});
 +
 +
$("#img2").on('click', function() {
 +
  $("#div1").fadeOut();
 +
  $("#div2").fadeIn();
 +
  $("#div3").fadeOut();
 +
  $("#div4").fadeOut();
 +
});
 +
 +
$("#img3").on('click', function() {
 +
  $("#div1").fadeOut();
 +
  $("#div2").fadeOut();
 +
  $("#div3").fadeIn();
 +
  $("#div4").fadeOut();
 +
});
 +
 +
$("#img4").on('click', function() {
 +
  $("#div1").fadeOut();
 +
  $("#div2").fadeOut();
 +
  $("#div3").fadeOut();
 +
  $("#div4").fadeIn();
 +
});
   $("#PrimerClick").on('click', function() {
   $("#PrimerClick").on('click', function() {
     $(this).hide();
     $(this).hide();
Line 18: Line 45:
</head>
</head>
 +
<body>
<ul id="BitsBar">  
<ul id="BitsBar">  
   <li><a id="PrimerClick" href="#">Primers</a></li>
   <li><a id="PrimerClick" href="#">Primers</a></li>
Line 59: Line 87:
</table>
</table>
</div>
</div>
 +
 +
</body>
 +
</html>

Revision as of 04:29, 16 October 2014

iGEM_Link


Primer Name Sequence Date Made GC% Length Tm(°C) Comment
gBlock Name Sequence Date Made GC% Length Comment