jQueryUI Sortable won't accept connected Draggable on a nested UL
Posted
by Eric
on Stack Overflow
See other posts from Stack Overflow
or by Eric
Published on 2010-04-20T21:42:04Z
Indexed on
2010/04/20
21:43 UTC
Read the original article
Hit count: 379
I've posted an example here: http://jsfiddle.net/ericclemmons/LEHLX/2/
Really, what it comes down to is the classic "assigning users to groups" issue. I have a list of users and a list of groups, but I'd like to be able to have nesting of the groups: user "Eric" would be in "Users", "Web", and "Administrators".
The problem is that I cannot drag a user to an empty <ul>
in the list.
© Stack Overflow or respective owner