Draggable question

Draggable question


Hi,
im loading a couple of divs into a div container and im trying to make
them all draggable at once. is this possible? if not how do i solve
it? looping?
$("#container").siblings().draggable({containment:'parent'});
<div id="container">
<div id="floatDiv">

some random text


</div>
<div id="floatDiv">

some random text


</div>
<div id="floatDiv">

some random text


</div>
</div>
Thx for any help!
Best Regards
marthin