Sunday, 2 June 2013

globalToLocal method in Jquery

globalToLocal method in Jquery

I have an arrow inside a tooltip and the tooltip is positioned absolute and I have a div that when you rollover it, it revels a tooltip. I want the arrow to show right over the div. In AS3 I used to use LocalToGlobal to find the correct position. How to implement a globalToLocal and localToGlobal function in jquery?

No comments:

Post a Comment