But thats after the (test) alert box, and I'm not even getting that popping up. Surely I should be seeing the alert on submit?
2009/12/22 Stumps <mkloub...@gmail.com>: > Use $(this).ajaxSubmit(options); instead of $(this).ajaxForm > (options); > > .ajaxForm will bind a form to automatically post back as ajax while > ajaxSubmit will send the request to the server.