ognen.plavevski-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jun-12 13:29 UTC
Nested sortables problem
I cannot create netsted sortables. If the layers are netsted such as: <div id="1>Bla1 <div id="2">Bla2 </div> </div> and i try: Sortable.create("div1",{tag:''div'',dropOnEmpty:true,containment: ["div1","div2"],constraint:false,only:''section''}); Sortable.create("div2",{tag:''div'',dropOnEmpty:true,containment: ["div1","div2"],constraint:false,only:''section''}); Then only firebug shows that only div2 is sortable, but it is actually div1 that can be dragged? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---