Im finding that because all the forms that Im working on have a submit button which inlcudes a \'name=\"submit\"\' attribute, that the trigger submit is breaking when I clic
if you can't change your html (for example because zend form are such smartasses...)
it's as easy as this(change the name with the javascript before trying to submit):
$('#submit').attr('name', 'stupid_javascript');