dragging a group of items, alsoDrag (like alsoResize)

dragging a group of items, alsoDrag (like alsoResize)

I hacked together this functionality ( meemoo.org/iframework) to drag multiple items together. It would be nicer if this were built-in, and worked like alsoResize. Then you just could do:

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

to drag a group of selected selectables. Has anybody implemented something like alsoDrag?