views:

15

answers:

0

I'm combing a lot of things jQuery's UI can do, up to a point where I got lost... I set up a sample at http://jsfiddle.net/Patrick/uAKvx/. let me know if you have a problem getting to that.

Anyway, I am able to order links and drag 'em to other windows, and I'm able to do the same with windows and columns. What I want is to be able to drag windows and links to other tabs. If a window is dragged to a tab it should be removed from the original and dropped in the tab it's dragged to, if a link is dragged a clone of the original window should be copied to the new tab with just the link in it that was dragged. But I can't seem to get nested draggables combined through a sortable tab. Any clues?