jQuery Form Submit fails?

jquery-logo1

Cheeky Jquery fails to auto submit forms sometimes and this is due to the submit button interferring with the .submit(). call.

I found this out when creating an autologin feature for a client. They needed to get username details from clients on their own website, check for authenticity and then if OK create an autologin token and redirect to the suppliers website via a post form.