mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Reintroduced .offset() as a default include, added original author credits.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user