jquery drag dump - during component being dragged
i am controlling jquery library exercise drag drop.
how i during component being dragged dropped?
i wish id settlement inside div. following component dragged:
<div class="block">
<asp:image id="image9" alternatetext="10/12/2008 - retina" width=81 height=84 imageurl="~/uploads/imagemodifier/retina.jpg" runat=server />
</div>
i have customary secluded duty example:
$(".drop").droppable({
accept: ".block",
activeclass: 'droppable-active',
hoverclass: 'droppable-hover',
drop: function(ev, ui) { }
});
i have attempted several ui.id etc. doesn't seem work.
Comments
Post a Comment