And the problem remains - you don't know if the event return true or false.
How do other people deal with this issue? To me, it seems like a serious limitation: you can't truly simulate events, because validating callbacks will be bypassed. On May 20, 6:03 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Emil Ivanov wrote: > > Try > > > $('form').trigger('submit'); > > >http://docs.jquery.com/Events#trigger.28_type.2C_data_.29 > > .trigger('submit') is just the same as calling submit() with no arguments. > > -- > Jörn Zaefferer > > http://bassistance.de