[jQuery] draggable clones are not draggable

2007-10-24 Thread erdibalint
Hi there, I've tried to achieve a simple thing with draggables. Put little pictures (wrapped in divs) on top of a bigger one using the drag-and- drop technique. This is what I've come up with: function makeDraggable(expr) { /** * Makes the selection (by expr) draggable */ $(expr).draggable

[jQuery] draggable clones are not draggable

2007-10-24 Thread erdibalint
Hello there, I am trying to accomplish a seemingly easy task, drag some small pictures onto a bigger one. I also want the dragged pictures to be cloned, so more of them could be used for the aforementioned purpose. What I've come up with is the following: function makeDraggable(expr) { /** * M

[jQuery] draggable clones are not draggable

2007-10-24 Thread erdibalint
Hello there, I am trying to accomplish a seemingly easy task, drag some small pictures onto a bigger one. I also want the dragged pictures to be cloned, so more of them could be used for the aforementioned purpose. What I've come up with is the following: function makeDraggable(expr) { /** * M