Reintroduced .offset() as a default include, added original author credits.

This commit is contained in:
John Resig 2007-09-08 18:02:39 +00:00
parent 2929f8aa67
commit 15a78f8fea
3 changed files with 6 additions and 1 deletions

View file

@ -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;