Commit 1e53f4a

bryfry <bryon.fryer@gmail.com>
2013-09-30 21:37:49
testing jq validate
1 parent a6bbaca
Changed files (2)
js/trax_input.js
@@ -16,7 +16,7 @@ $(document).ready( function() {
     $inputs.prop("disabled", true); 
    
     // ajax request to input_process.php 
-    $.post('/input_process.php', serializedData, function(response) {
+    request = $.post('/input_process.php', serializedData, function(response) {
       console.log("Response: "+ response);
     });
 
.gitignore
@@ -0,0 +1,2 @@
+.DS_STORE
+*.swp