How to get the xy coordinate of an image=(0,0) from in the Big box(div)
- by Farah fathiah
I have a problem..I'm using visual studio 2008...
I want to ask, how to get the xy coordinate of an image=(0,0) from in the Big box(div)??? because when the image is drag to the end of the box it will give me x=8 and y=8...instead of x=0 and y=0...
Please help me!!! Tq...
Here is the code:
$('#dragThis').draggable({
cursor: 'move', …