Team:ETH Zurich/labblog/buttons

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="200" height="200" viewBox="0 0 1000 10...")
Line 1: Line 1:
<html>
<html>
 +
 +
<script type="text/javascript">
 +
$(document).ready(
 +
function()
 +
{
 +
  $(".ball").click(
 +
  function()
 +
  {
 +
    $(".PCR").show();
 +
    $(".gibson").show();
 +
  });
 +
  $(".bpcr").click(
 +
  function()
 +
  {
 +
    $(".PCR").show();
 +
    $(".gibson").hide();
 +
  });
 +
 +
  $(".bgibson").click(
 +
  function()
 +
  {
 +
    $(".gibson").show();
 +
    $(".PCR").hide();
 +
  });
 +
});
 +
</script>
 +
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="200" height="200" viewBox="0 0 1000 1000" enable-background="new 0 0 300 200" xml:space="preserve">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="200" height="200" viewBox="0 0 1000 1000" enable-background="new 0 0 300 200" xml:space="preserve">
<rect class="bpcr" x="200" fill="#3FA9F5" width="224" height="224"/>
<rect class="bpcr" x="200" fill="#3FA9F5" width="224" height="224"/>

Revision as of 11:54, 8 July 2014

Test1 Test2 Test3 Test4