Skip to main content

Search and Top Navigation

#4901 closed feature (wontfix)

Opened October 07, 2009 12:48PM UTC

Closed October 07, 2009 11:53PM UTC

Last modified November 27, 2012 02:39AM UTC

Allow multiple draggable

Reported by: Skippy Owned by:
Priority: minor Milestone:
Component: ui.draggable Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hello,

it would be nice to have a "multiple draggable option", which would allow the user to select more than one element and drag/drop them all at once.

Chris walkWalker made it for a project on

http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html

but it's not customizable/production-ready (but gives a good about how it should work).

It this feature planned in any way? I didn't find it in the tickets list.

Attachments (0)
Change History (3)

Changed October 07, 2009 11:53PM UTC by scottgonzalez comment:1

resolution: → wontfix
status: newclosed
type: enhancementfeature

This is not a common enough feature for us to implement. This should be easy enough to implement as an extension to the draggable plugin using the callbacks.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted

Changed November 27, 2012 02:39AM UTC by forresto comment:3

There is alsoResize, so it seems like there should also be alsoDrag. Then you just could do:

    $(selector).draggable(
      alsoDrag: "ui-selected"
    )

to drag a group of selected selectables.