> I am having the same issue as Francesco. Can anyone verify that
> $('form').bind('submit', fn); and $('form').submit(fn);
> are actually different

They are the same.  However, if you invoke submit() with no args then
you do not bind a listener, but instead trigger the event.

Reply via email to