Commit cada73e

bryfry <bryon.fryer@gmail.com>
2013-09-30 21:25:38
testing jq validate
1 parent 392d0ff
Changed files (1)
js/trax_input.js
@@ -16,7 +16,7 @@ $(document).ready( function() {
     $inputs.prop("disabled", true); 
    
     // ajax request to input_process.php 
-    $.post('/input.php', serializedData, funciton(response) {
+    $.post('/input.php', serializedData, function(response) {
       console.log("Response: "+ response);
     });