Problem with Ajax form submit
I have this mobile page I'm working on, and I can't seem to get the ajax call to work properly. Whenever I click the submit button, it reloads the page, with all the data submitted in the url, as in a get method. However, this data should be submitted via post, and it's only "posting" data back to this page, instead of the "users.php" page like it should be. My guess would be is that the "submit" function for this is somehow incorrectly implemented, but I'm at a bit of a loss as to what I've done wrong.