[jQuery] Re: Adding select option values to hidden field

2008-10-03 Thread André Cassal

Hey Jamie...

I'm using this one http://docs.jquery.com/Ajax/serializeArray

It's working for me...


On Aug 8, 7:06 am, Jamie Pittock <[EMAIL PROTECTED]> wrote:
> Anyone able to offer any ideas?
>
> On Aug 7, 3:25 pm, Jamie Pittock <[EMAIL PROTECTED]> wrote:
>
> > Sorry, the value would be a comma-delimited list...
>
> >  > value="10,11,11" />
>
> > On Aug 7, 2:30 pm, MorningZ <[EMAIL PROTECTED]> wrote:
>
> > > Using that HTML above
>
> > > what do you want the end result of the value of "all-select-values" to
> > > be?
>
> > > That's not very clear


[jQuery] Re: jQuery Form Plugin

2008-10-02 Thread André Cassal

Hey Mike, thanks, it works.

Don't you think we can have this feature built-in ?
Something like $('form').ajaxForm('cancel')
I don't know exactly where I can post this request

Best,
André


On Oct 2, 10:20 am, Mike Alsup <[EMAIL PROTECTED]> wrote:
> Hmm, haven't tried it but I suppose you could do this:
>
> $('iframe[id^=jqFormIO']).attr('src','about:blank');
>
> Mike
>
> On Oct 2, 8:56 am, André Cassal <[EMAIL PROTECTED]> wrote:
>
> > Hey Folks,
>
> > Can I cancel a connection during an upload?
>
> > I'm using this form pluginhttp://www.malsup.com/jquery/form/anda
> > dialog showing the process, but the dialog needs to have a cancel
> > button to trigger a client-side cancel.
>
> > As this plugin uses an iframe to target a form, I need just change the
> > iframe src to 'about:blank'. But it seems not to have an "open way" to
> > control the iframe.
>
> > any thoughts?


[jQuery] jQuery Form Plugin

2008-10-02 Thread André Cassal

Hey Folks,

Can I cancel a connection during an upload?

I'm using this form plugin http://www.malsup.com/jquery/form/ and a
dialog showing the process, but the dialog needs to have a cancel
button to trigger a client-side cancel.

As this plugin uses an iframe to target a form, I need just change the
iframe src to 'about:blank'. But it seems not to have an "open way" to
control the iframe.

any thoughts?