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

Popular posts from this blog

list macos calm editors formula editors

how hibernate @any-related annotations?

using mvc, should hoop communication between views? between models?