[jQuery] Re: get a form value after a post and page reloaded

2007-07-03 Thread Scott Sauyet
Jacques Jocelyn wrote: Thanks Scott for your insight, It worked fine. Great. I have to agree with your opinion on JS not working, but here I don't think I will have a choice, the entire apps is built on Ajax... Up to you, of course, but I always try to provide the necessary functionality

[jQuery] Re: get a form value after a post and page reloaded

2007-07-02 Thread Jacques Jocelyn
Thanks Scott for your insight, It worked fine. The idea behind this is to ask additional information only if the user request for this information. I have to agree with your opinion on JS not working, but here I don't think I will have a choice, the entire apps is built on Ajax... on last thin

[jQuery] Re: get a form value after a post and page reloaded

2007-07-02 Thread Scott Sauyet
Jacques Jocelyn wrote: $(document).ready(function(){ $('#protected').change(function(){if ($(this).val()=='Y' ) $('# toBeDisplayed').show("slow");else $('#toBeDisplayed').hide();}); }); ... Yes No [ ... ] How can I have this DIV displayed with Jquery ? Is there any way to set a value (div