Make jQuery sortable items droppable to their peers
        Posted  
        
            by user316727
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user316727
        
        
        
        Published on 2010-06-09T20:19:20Z
        Indexed on 
            2010/06/09
            20:22 UTC
        
        
        Read the original article
        Hit count: 347
        
I have a sortable list (of tasks). It helps prioritize tasks, so I want to keep this functionality. Now I want to add subtasks to the functionality: I want to enable users to drag one task over to another task and drop it there to turn it into a subtask.
Applying .draggable() and .droppable() to items that are already sortable has no effect. What could I do?
© Stack Overflow or respective owner