Extends jQuery.position() to collect translated position in addition to native method
Tested with jQuery 1.3.2 to 1.6.2
Extends the native $.position() method to detect CSS3 translations that have affected the position of the element. This isn't required in Webkit, but currently Firefox (including v7) reports 0.
Use it in exactly the same way as you would $.position() - http://api.jquery.com/position/
0.11 (04/11/2011):
- IE Fixes
0.10 (19/10/2011):
- Plugin released.
- Author: Ben Barnett - http://www.benbarnett.net - @benpbarnett