From: Russell Holbrook Date: Mon, 22 Nov 2010 23:26:46 +0000 (-0500) Subject: jQuery.fn.offset no longer returns ClientRect object for disconnected elements X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=50170e618059d10132a5319c64660a631b095f44;hp=50170e618059d10132a5319c64660a631b095f44;p=jquery.git jQuery.fn.offset no longer returns ClientRect object for disconnected elements Instead of returning box, which is a ClientRect, we take the top and left box values and place them into a generic object. ---