jQuery.fn.offset no longer returns ClientRect object for disconnected elements
authorRussell Holbrook <russell.holbrook@patch.com>
Mon, 22 Nov 2010 23:26:46 +0000 (18:26 -0500)
committerRussell Holbrook <russell.holbrook@patch.com>
Mon, 22 Nov 2010 23:26:46 +0000 (18:26 -0500)
Instead of returning box, which is a ClientRect, we take the top and left box
values and place them into a generic object.


No differences found