[jquery-ui] Re: jquery ui show/hide toggle effect breaking form

2009-10-31 Thread strawflower
gt;                 checkbox 2 li> >                 checkbox 3 li> >                 checkbox 4 li> >                 checkbox 5 li> >                         >         > > > > try putting this in with your from and make sure it still passes > validation  then test it, if the f

[jquery-ui] Re: jquery ui show/hide toggle effect breaking form

2009-10-29 Thread strawflower
ed blind > > try this > >  $("#effect").toggle("blind", {},500); > > Mean Mike > > On Oct 28, 4:52 pm, strawflower wrote: > > > Update: still broke, but I discovered that removing effect args from > > the call to 'toggle' - ie, usi

[jquery-ui] Re: jquery ui show/hide toggle effect breaking form

2009-10-28 Thread strawflower
I 'blind' effect. Any suggestions for a solution would be much appreciated. Thanks, EV On Oct 28, 2:29 pm, strawflower wrote: > A jquery UI effect to toggle show/hide a column of checkbox input > fields is breaking my form: the checkbox args aren't being sent when > the form is i

[jquery-ui] jquery ui show/hide toggle effect breaking form

2009-10-28 Thread strawflower
A jquery UI effect to toggle show/hide a column of checkbox input fields is breaking my form: the checkbox args aren't being sent when the form is in place. Removing the id for the 'effect' div fixes the form - and breaks the show/hide effect, of course. Can anyone offer any advice? Here's the s