Team:UNIK Copenhagen/test2

From 2014.igem.org

(Difference between revisions)
(Blanked the page)
 
(26 intermediate revisions not shown)
Line 1: Line 1:
-
<html>
 
-
<head>
 
-
<script>
 
-
function confirmInput() {
 
-
$(document).ready(function(){
 
-
  $("#btn2").click(function(){
 
-
    $("img").after("<i>After</i>");
 
-
  });
 
-
});
 
-
}
 
-
</script>
 
-
</head>
 
-
 
-
<body>
 
-
<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>
 
-
 
-
 
-
</html>
 

Latest revision as of 13:15, 24 August 2014