User:ChristopherW
From 2013.igem.org
(Difference between revisions)
ChristopherW (Talk | contribs) |
ChristopherW (Talk | contribs) |
||
Line 5: | Line 5: | ||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script> | <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | function barney(){ | ||
$("#Command").load("http://www.w3schools.com/jquery/demo_cd_catalog.xml",function(response,status){ | $("#Command").load("http://www.w3schools.com/jquery/demo_cd_catalog.xml",function(response,status){ | ||
if (status == "success){alert("Success");}; | if (status == "success){alert("Success");}; | ||
+ | }; | ||
} | } | ||
</script> | </script> | ||
Line 14: | Line 16: | ||
<body> | <body> | ||
- | + | <input type="button" onclick="barney()" value="Click me!"> | |
<p id="Command">Enter a BioBrick number below! Either starting with "BBa_" or just the alphanumeric code! <br> | <p id="Command">Enter a BioBrick number below! Either starting with "BBa_" or just the alphanumeric code! <br> | ||
For new BioBricks, which aren't in the Registry yet, please enter the the nucleotide sequence directly. | For new BioBricks, which aren't in the Registry yet, please enter the the nucleotide sequence directly. |
Revision as of 15:07, 25 July 2013
Enter a BioBrick number below! Either starting with "BBa_" or just the alphanumeric code!
For new BioBricks, which aren't in the Registry yet, please enter the the nucleotide sequence directly.