Hey, I've got 2 problems!

Firstly, I can't figure out if there's a way to get the ID or Class or
Title of a draggable that's been freshly dropped as a variable. Just
wouldn't have a clue where to start.

Secondly, I can't seem to figure out how to use the xy coords of the
mouse position. So far I have:

function(ev, ui, e){
                        var left = e.pageX;
                        var top = e.pageY;
                        $('#widgets').append('<li class="widget" style="left: 
'+ left +'px;
top" '+ top +'px;"><img src="images/widgets/'+widget+'.png" alt="" /></
li>'); }

Any help!?

Thanks,

~Harley

Reply via email to