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
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
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
3 matches
Mail list logo