If I understand you correctly, yes, it is possible.
You can use the custom
drag();
method there.
Example :
$(.class).drag().drag();
as it is chainable.
Take a look at this fiddle : http://jsfiddle.net/ubEqb/58/
Hope it helps.
2
solved Jquery : Drag two elements in one