multiple ui core interaction modules applied on the same element?

multiple ui core interaction modules applied on the same element?


Hello
Does anybody know a way to make one element draggable droppable and
resizable?
Something like this:
<div id="interacitve">blah</div>
$
("#interacitve").draggable().droppable().resizable().focus( function ...).blur(function ...)
I've seen in one tutorial $("#interacitve").draggable().resizable()
working nicely but the above example isn't working..
for a code example see post: draggable choking focus event
tnx for reading :)