hi
I have done jquery drag and drop using div
when i div droppable method i have create Div element like this
$(document.createElement('div')) but i have drag the div and my dynamic div variation position but i retrieve the div position like this.
alert(ui.position.top);
but did not come correct top position how to solve this.
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com