amircx, As I mentioned, the triggered events are not yet documented. You can listen for the form.submit.notify event like this:
$().bind('form.submit.notify', function(event, jqForm, formOptions) { // do something when form is submitted }); Mike On 3/25/07, amircx <[EMAIL PROTECTED]> wrote: > > form.submit.notify ... umm > ive looked on jquery api / your api and jorn api > no such a command... can you be more specipic? > > > malsup wrote: > > > > One option is to listen to the new form events. The form plugin fires > > a vetoable event called "form.submit.validate" prior to submitting the > > form and a notification event called "form.submit.notify" after the > > form has been submitted. Perhaps you could use these to drive the > > desired external behavior. These aren't currently documented so check > > the source code for details. > > > > Mike > > > > > > On 3/22/07, amircx <[EMAIL PROTECTED]> wrote: > >> > >> hey... my brother did some tweak to the jqupload script : > >> http://tal.tl/javascript/my-jquploader-upload-images-php-ajax-flash.html > >> > >> is it possible to integrate it with the forms plugin? cause i saw that > >> there > >> is no support for it.. > >> -- > >> View this message in context: > >> http://www.nabble.com/jqupload-tweak-%2B-forms-plugin-tf3446353.html#a9610890 > >> Sent from the JQuery mailing list archive at Nabble.com. > >> > >> > >> _______________________________________________ > >> jQuery mailing list > >> discuss@jquery.com > >> http://jquery.com/discuss/ > >> > > > > _______________________________________________ > > jQuery mailing list > > discuss@jquery.com > > http://jquery.com/discuss/ > > > > > > -- > View this message in context: > http://www.nabble.com/jqupload-tweak-%2B-forms-plugin-tf3446353.html#a9658809 > Sent from the JQuery mailing list archive at Nabble.com. > > > _______________________________________________ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/