X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Foffset.js;h=674338ecbf0397a75ccc44c56f4990bc33387055;hb=15a78f8fea8679205bc734ec053ff24ebbfd31c8;hp=6289ad29320be3c07e295fbffa80f8dfdada84c6;hpb=2929f8aa67584fc5fab05bdfae8a5b06245cacc7;p=jquery.git diff --git a/src/offset.js b/src/offset.js index 6289ad2..674338e 100644 --- a/src/offset.js +++ b/src/offset.js @@ -1,3 +1,6 @@ +// The Offset Method +// Originally By Brandon Aaron, part of the Dimension Plugin +// http://jquery.com/plugins/project/dimensions jQuery.fn.offset = function() { var left = 0, top = 0, elem = this[0], results;