I\'m trying to use the jquery validate plugin to validate a form and submit the contents with an ajax request.
This code is in the head of my document.
I'm guessing you don't have a jquery form plugin included. ajaxSubmit isn't a core jquery function, I believe.
ajaxSubmit
Something like this : http://jquery.malsup.com/form/
UPD