I’ve been trying to get the final offset coord for a draggable box but it doesn’t show both the final x and the final xmax and same for the y axis.i’ve debugged it and it shows that the problem arises from putting in the variable finalxmPos and appending the text in the list with id finalXm because if i remove those two lines it works but i don’t get the final xmin and xmax just the xmin. The code is right here http://jsfiddle.net/DGbT3/133/.
any help will be appreciated..
I’ve been trying to get the final offset coord for a draggable box but
Share
Working Example: http://jsfiddle.net/DGbT3/137/
You just had some casing errors. The o in offset should have been uppercase. Also the call to Width() should have been width()
Checkout the comments