All, Any ideas on this? My hunch is that isn't not possible but I'm wondering if anyone knows a trick. I tried using the handle class section in each LI element but that didn't change anything.
Thanks, --Bill On 10/26/05, Bill Lynch <[EMAIL PROTECTED]> wrote: > Hello All, > > I'm wondering if it's possible to nest sortables: > > <ul id="first"> > <li>One</li> > <li>Two</li> > <li> > <ul id="second"> > <li>Three</li> > </ul> > </li> > <li>Four</li> > </ul> > > <script> > ... create sortables out of 'first' and 'second' > </script> > > I played around with this already and it looks like it's not possible > but I'm wondering if there's a config option to allow this to work or > something else I'm missing. > > Thanks! > --Bill > _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
