Team:TU Delft/tools/table generator

From 2010.igem.org

(Difference between revisions)
Line 12: Line 12:
     $("form").submit(function() {
     $("form").submit(function() {
-
       if ($("input:first").val() == "correct") {
+
       alert($("input:first").val())  
-
        $("span").text("Validated...").show();
+
-
        return true;
+
-
      }
+
-
      $("span").text("Not valid!").show().fadeOut(1000);
+
       return false;
       return false;
     });
     });
</script>
</script>
</html>
</html>

Revision as of 16:38, 4 August 2010

Table Generator