I try to answer this question a few minutes ago and prepared this example for myself :
There is a bug with bind, unbind and form submit action :
If you bind then unbind, and you want to submit your form, you cannot use $(form).submit(), BUT $(form INPUT[type=submit]).click() !
$(form).submit()
$(form INPUT[type=submit]).click()