X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Foffset.js;h=674338ecbf0397a75ccc44c56f4990bc33387055;hb=052aa1445a780f69576a800836be73b57b62a909;hp=6289ad29320be3c07e295fbffa80f8dfdada84c6;hpb=28ee5c692245e18bdedcc91372949ec8b784ee36;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;