index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
offset.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add undef:true to JSHint now that it understands hoisting
Mike Sherov
2012-01-19
1
-1
/
+1
*
Fix #10692. JSLint is dead! Long live JSHint!
Mike Sherov
2011-12-08
1
-1
/
+1
*
Fix #5571. Setters should treat `undefined` as a no-op and be chainable.
Richard Gibson
2011-12-06
1
-67
/
+42
*
jQuery.support.supportsFixedPosition -> jQuery.support.fixedPosition; Remove ...
timmywil
2011-10-31
1
-17
/
+7
*
Cleanup spacing in offset.js. Fixes #10601
Rick Waldron
2011-10-27
1
-5
/
+5
*
Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809.
Rick Waldron
2011-09-19
1
-35
/
+10
*
Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931
John Resig
2011-04-12
1
-20
/
+22
|
\
|
*
Bug 7931; cleaned up white space in accordance to style guide
Xavi
2011-01-18
1
-8
/
+7
|
*
Bug 7931; Inverted logic in scrollTop/Left (i.e. made
Xavi
2011-01-09
1
-25
/
+25
|
*
Bug 7931; Added missing semicolon and replaced '!=' with '!==' to allow null ...
Xavi
2011-01-09
1
-2
/
+2
|
*
Bug 7931; Fixed bug that caused scrollTop and scrollLeft setters to return nu...
Xavi
2011-01-09
1
-14
/
+14
*
|
merge with master and resolve more conflicts
louisremi
2011-04-12
1
-3
/
+5
|
\
\
|
*
\
Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-master
jeresig
2011-04-12
1
-3
/
+5
|
|
\
\
|
|
*
|
Use parseFloat instead of parseInt to read CSS values.
Sylvester Keil
2011-01-15
1
-3
/
+5
|
|
|
/
*
|
/
second batch
louisremi
2011-04-11
1
-1
/
+1
|
/
/
*
|
Fix test cases for bug #8316 fix.
timmywil
2011-03-31
1
-3
/
+3
*
|
Fixes #8203. Remove some misguided nulling of elements done in the name of IE...
Dave Methvin
2011-03-30
1
-1
/
+0
*
|
Offset setter for fixed position elements in Webkit. Fixes #8316.
Michael Murray
2011-03-24
1
-2
/
+2
*
|
Fix some whitespace issues.
Anton M
2011-02-15
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/russtacular/jquery into russtacul...
John Resig
2011-01-18
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
jQuery.fn.offset no longer returns ClientRect object for disconnected elements
Russell Holbrook
2010-11-22
1
-1
/
+1
*
|
Clean trailing whitespace from all files.
Colin Snover
2010-12-30
1
-5
/
+5
|
/
*
Make sure that when multiple variables are being declared that assignments ar...
John Resig
2010-11-09
1
-5
/
+11
*
Make sure that we don't attempt to handle scrolling when the node is disconne...
John Resig
2010-10-14
1
-5
/
+8
*
Return the zeroed-out bounding box instead of passing it on.
jeresig
2010-10-10
1
-1
/
+1
*
Adjust fallback top/left to just be 0 for disconnected DOM nodes. Follow-up t...
John Resig
2010-09-29
1
-1
/
+1
*
Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes #...
John Resig
2010-09-28
1
-3
/
+9
*
Unify the means of detecting a window across the library. Fixes jQuery UI bug...
jeresig
2010-09-22
1
-1
/
+1
*
Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...
jeresig
2010-09-22
1
-3
/
+6
*
Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...
jeresig
2010-09-16
1
-9
/
+9
*
Make sure that jQuery works even when the individual modules are loaded separ...
jeresig
2010-09-08
1
-0
/
+4
*
First pass at unifying the various CSS methods in jQuery (jQuery.style, jQuer...
John Resig
2010-09-05
1
-12
/
+12
*
Fixed an issue with setting offset of absolutely positioned element that has ...
Brandon Aaron
2010-03-22
1
-6
/
+18
*
Fix setting only one property at a time in .offset({})
Brandon Aaron
2010-03-22
1
-5
/
+8
*
Fixed some cases where expression, expression was used and shouldn't be.
jeresig
2010-03-01
1
-3
/
+8
*
Use correct window reference in offset to work properly cross-frame. Fixes #6...
brandonaaron
2010-02-27
1
-4
/
+11
*
fixed offset(coordinates) returns null when no matching elements in jQuery ob...
Karl Swedberg
2010-01-24
1
-8
/
+8
*
Re-ordering the args to setOffset() in case people were relying upon the old ...
jeresig
2010-01-07
1
-3
/
+3
*
Added in support for .offset(Function).
jeresig
2010-01-07
1
-10
/
+15
*
Rather than declaring empty anonymous functions all around, introduce and use...
jeresig
2009-12-31
1
-1
/
+1
*
Standardize on using double-quotes for string literals.
jeresig
2009-12-21
1
-19
/
+19
*
Made a number of spacing changes to bring the code more-inline with the jQuer...
jeresig
2009-12-21
1
-11
/
+32
*
Fixed the case where getComputedStyled was assumed to exist if getBoundingCli...
John Resig
2009-11-07
1
-2
/
+2
*
offset is now a setter
Brandon Aaron
2009-09-15
1
-6
/
+37
*
Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson
Brandon Aaron
2009-07-25
1
-2
/
+1
*
revision 6494 accidentally reverted some changes to offset module
Brandon Aaron
2009-07-25
1
-33
/
+64
*
add scrollTop/Left tests and fix for IE
Brandon Aaron
2009-07-24
1
-76
/
+43
*
Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923.
John Resig
2009-07-19
1
-3
/
+3
*
Rewrote .offsetParent() to work against the full jQuery set, added tests. Fix...
John Resig
2009-07-19
1
-5
/
+7
*
Made a number of stylistic changes to the offset code (braces, declarations, ...
John Resig
2009-07-19
1
-30
/
+61
[next]