[jQuery] Re: How to disable a form

2009-10-02 Thread Cecil Westerhof
2009/10/2 Nalum : > > If you look at the examples you can set it to block just a specified > element. I did not look good enough then. Thanks. At the moment I am working with hide and show. But when the functionality I want is 'ready' I'll implement it. -- Cecil Westerhof

[jQuery] Re: How to disable a form

2009-10-02 Thread Nalum
If you look at the examples you can set it to block just a specified element. On Oct 2, 3:19 pm, Cecil Westerhof wrote: > 2009/10/2 Nalum : > > > This is a nice plugin that I've come across that I think would be able > > to do exactly what you want. > > >http://malsup.com/jquery/block/ > > I thi

[jQuery] Re: How to disable a form

2009-10-02 Thread Cecil Westerhof
2009/10/2 Nalum : > This is a nice plugin that I've come across that I think would be able > to do exactly what you want. > > http://malsup.com/jquery/block/ I think that that is what I need. The only 'problem' is that it blocks the whole page and not only the form. But I can live with that. --

[jQuery] Re: How to disable a form

2009-10-02 Thread Nalum
This is a nice plugin that I've come across that I think would be able to do exactly what you want. http://malsup.com/jquery/block/ Nalum On Oct 2, 2:35 pm, Cecil Westerhof wrote: > 2009/10/2 brian : > > > > > > > > > On Fri, Oct 2, 2009 at 9:11 AM, Cecil Westerhof > > wrote: > > >> 2009/10/

[jQuery] Re: How to disable a form

2009-10-02 Thread Cecil Westerhof
2009/10/2 brian : > > On Fri, Oct 2, 2009 at 9:11 AM, Cecil Westerhof > wrote: >> >> 2009/10/2 brian : >>> >>> I like that idea but another might be to (after the form has >>> submitted) add a new submit handler for the form that simply returned >>> false. >> >> The problem with that is that the

[jQuery] Re: How to disable a form

2009-10-02 Thread brian
On Fri, Oct 2, 2009 at 9:11 AM, Cecil Westerhof wrote: > > 2009/10/2 brian : >> >> I like that idea but another might be to (after the form has >> submitted) add a new submit handler for the form that simply returned >> false. > > The problem with that is that the fields still can be changed. I >

[jQuery] Re: How to disable a form

2009-10-02 Thread Cecil Westerhof
2009/10/2 brian : > > On Fri, Oct 2, 2009 at 8:32 AM, Giovanni Battista Lenoci > wrote: >> >> Cecil Westerhof ha scritto: >>> >>> I want to disable a form when I submit it. The first reason is because >>> I do not want the form submitted more as once. For this I could >>> disable the submit butto

[jQuery] Re: How to disable a form

2009-10-02 Thread brian
On Fri, Oct 2, 2009 at 8:32 AM, Giovanni Battista Lenoci wrote: > > Cecil Westerhof ha scritto: >> >> I want to disable a form when I submit it. The first reason is because >> I do not want the form submitted more as once. For this I could >> disable the submit button(s). But I also want the valu

[jQuery] Re: How to disable a form

2009-10-02 Thread Cecil Westerhof
2009/10/2 Giovanni Battista Lenoci : >> I want to disable a form when I submit it. The first reason is because >> I do not want the form submitted more as once. For this I could >> disable the submit button(s). But I also want the values not be >> changed during the submit. Is this possible? >> >

[jQuery] Re: How to disable a form

2009-10-02 Thread Giovanni Battista Lenoci
Cecil Westerhof ha scritto: I want to disable a form when I submit it. The first reason is because I do not want the form submitted more as once. For this I could disable the submit button(s). But I also want the values not be changed during the submit. Is this possible? On the beforesubmit