Reintroduced .offset() as a default include, added original author credits.
This commit is contained in:
parent
2929f8aa67
commit
15a78f8fea
3 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue