Team:UNIK Copenhagen/test2
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | |||
<script> | <script> | ||
+ | function confirmInput() { | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | $("# | + | $("#btn2").click(function(){ |
- | $("img"). | + | $("img").after("<i>After</i>"); |
- | + | ||
- | + | ||
- | + | ||
}); | }); | ||
}); | }); | ||
+ | } | ||
</script> | </script> | ||
+ | |||
</head> | </head> | ||
<body> | <body> | ||
- | <img src="https://static.igem.org/mediawiki/2014/ | + | <img src="https://static.igem.org/mediawiki/2014/b/bc/Team_UNIK_Copenhagen_Construct_gene.PNG" alt="jQuery" width="100" height="140"> |
- | < | + | <form onsubmit="confirmInput()" action="$(document).ready(function()" id="btn2"> |
- | < | + | Enter your sequence: <input id="fname" type="text" size="20"> |
+ | <input type="submit"> | ||
+ | </form> | ||
</body> | </body> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</html> | </html> |
Revision as of 07:37, 23 August 2014