Is there anyway to the positioning of any element without using e.pageX and e.pageY.
Check this fiddle
The fiddle is actually a poor attempt at what im tryi
I think offset() should work.
$(element).offset() //will get {top:.., left:....}