Re: [jQuery] jqupload tweak + forms plugin

2007-03-25 Thread Mike Alsup
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

Re: [jQuery] jqupload tweak + forms plugin

2007-03-25 Thread amircx
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

Re: [jQuery] jqupload tweak + forms plugin

2007-03-22 Thread Mike Alsup
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 behav

[jQuery] jqupload tweak + forms plugin

2007-03-22 Thread amircx
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