Commit 594ead2

bryfry <bryon.fryer@gmail.com>
2013-09-30 22:56:12
testing jq validate
1 parent b73eefb
Changed files (1)
js/trax_input.js
@@ -9,7 +9,7 @@ $(document).ready( function() {
         type: form.method,
         data: $(form).serialize(),
         success: function (response) {
-          $('#submitAction').text(response);
+          $('#submitAlert').text(response);
         } 
       });
     }