Drag and drop between tabs [SOLVED]

Drag and drop between tabs [SOLVED]

Hi all,

In short: I want to drag from tab1 and drop on tab2. Can it be done?

I have a problem. I'm trying to use the jQuery UI draggable, droppable and tabs to drag a div-proxy from one tab to another.

I must be so that when the drag starts, the new tab shows. This I have done in the drag and stop functions for the draggable element. Works fine.

The problem is that after the tab switch (while dragging), the droppable divs are no longer registered or something. They don't allow dropping and don't activate the hoverClass.

Anyone knows why? Or perhaps any solutions?