[jQuery] Re: slideToggle on checkbox

2008-11-19 Thread R3D
OK, I can see the point about browser cache. And no, the user should not refresh (or go back from the result page), but I am sure some will do so anyhow. Then this will become confusing, since the checkmark is there, but the form in the hidden div stays closed. As to this being a browser problem,

[jQuery] Re: slideToggle on checkbox

2008-11-18 Thread R3D
Thanks for your time Chris, please go to your example page, check "Honor Someone" and then reload: the checkmark stays checked, but the honorbox disappears... It does not do it on Honor Someone Again! - why? The code seems the same??? On 15 Nov., 00:56, "c.barr" <[EMAIL PROTECTED]> wrote: ..

[jQuery] slideToggle on checkbox

2008-11-14 Thread R3D
Hi everybody, my first post here - please bear with me ;)... I am working on a form, using .slideToggle to show/hide another part of the form - if a checkbox is checked. Got it to work with the following code: $('#honorbox').hide(); //hide initially $('input#honor_someone').click(function()