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
*
width, height, scrollLeft, and scrollTop now work with windows and documents ...
Brandon Aaron
2009-04-22
1
-9
/
+17
*
clean up offset. #4456 thanks pbcomm
Brandon Aaron
2009-04-21
1
-19
/
+17
*
fix for #4439, offset.initialize can cause the page to jump
Brandon Aaron
2009-03-30
1
-4
/
+2
*
remove trailing spaces
Brandon Aaron
2009-03-23
1
-3
/
+3
*
fix for #4115
Brandon Aaron
2009-03-19
1
-4
/
+3
*
fix for #4263, better support for nested fixed position elements
Brandon Aaron
2009-03-19
1
-1
/
+6
*
using parseFloat for offset and position methods and removed num helper method
Brandon Aaron
2009-03-17
1
-11
/
+11
*
return null when no matched elements exist for offset and position
Brandon Aaron
2009-03-17
1
-29
/
+29
*
some clean up in the offset method
Brandon Aaron
2009-03-17
1
-10
/
+11
*
Added some missing spaces - helps to calm XHTML error messages in Safari.
John Resig
2009-01-20
1
-1
/
+1
*
Moved from the old JSMin to using YUIMin for compressing the jQuery source. A...
John Resig
2009-01-04
1
-1
/
+1
*
Added a missing semicolon.
John Resig
2008-12-20
1
-1
/
+1
*
Removing remaining strict-mode warnings.
John Resig
2008-12-19
1
-1
/
+1
*
Standardized the type checks across core. isFunction and isArray now use Obje...
John Resig
2008-11-17
1
-1
/
+1
*
fix the long standing 2px offset issue in QuirksMode in IE
Brandon Aaron
2008-11-13
1
-3
/
+4
*
new offset method, faster and no more browser detection
Brandon Aaron
2008-11-10
1
-90
/
+75
*
core: fixed #2993: .offsetParent() will now return the body element in all br...
Scott González
2008-06-06
1
-1
/
+1
*
core: fixed offset method for FF3 - FF3 seems to have problems reporting the ...
Paul Bakaus
2008-05-25
1
-1
/
+1
*
Reverted back to using the num helper method in offset.js
Brandon Aaron
2008-05-15
1
-4
/
+6
*
Added some unit tests for position method. Fixed issue with position in IE.
Brandon Aaron
2008-05-15
1
-9
/
+9
*
jquery offset: reducing more the code size.
Ariel Flesler
2008-05-14
1
-8
/
+10
*
jquery offset: reducing the code size.
Ariel Flesler
2008-05-14
1
-10
/
+10
*
jquery: removing unnecessary trailing and leading spaces & tabs.
Ariel Flesler
2008-05-13
1
-29
/
+29
*
core: make sure all source files end with a single blank line.
Scott González
2008-04-30
1
-1
/
+1
*
Merged dimensions with core
Brandon Aaron
2008-04-29
1
-24
/
+61
*
Small optimization to offset (thanks Ariel Flesler)
Brandon Aaron
2008-04-21
1
-6
/
+7
*
Made outerHeight/outerWidth accept .outerWidth(true) to include the margin. I...
John Resig
2008-03-15
1
-6
/
+3
*
Imported the innerHeight and outerHeight methods from the Dimensions plugin.
John Resig
2008-03-15
1
-0
/
+32
*
Landed a minor fix for AIR (in the offset method).
John Resig
2008-02-06
1
-1
/
+1
*
offset: make sure there is a parent node to work on while calculating scroll ...
Brandon Aaron
2007-12-19
1
-1
/
+1
*
offset: make sure border width always gets calculated in pixels
Brandon Aaron
2007-12-19
1
-1
/
+1
*
Fixed #2064
Brandon Aaron
2007-12-17
1
-1
/
+1
*
Fixed #1781 for warnings created on load by FF javascript.options.strict == t...
David Serduke
2007-12-16
1
-2
/
+2
*
Added more unit tests for offset. Fixed an offset issue relating to table hea...
Brandon Aaron
2007-12-12
1
-12
/
+8
*
offset now uses clientLeft and clientTop instead of calculating html border i...
Brandon Aaron
2007-12-04
1
-6
/
+5
*
offset: fixes for correct body offsets in safari and mozilla (thanks Wizzud)
Brandon Aaron
2007-09-26
1
-26
/
+15
*
offset: added fixed position support and fixed opera issue with borders on ab...
Brandon Aaron
2007-09-21
1
-8
/
+31
*
offset: do not add borders for table cells
Brandon Aaron
2007-09-18
1
-1
/
+1
*
remove box global var from offset
Brandon Aaron
2007-09-17
1
-1
/
+1
*
safari2 should just check the browser and version
Brandon Aaron
2007-09-11
1
-5
/
+5
*
Include scroll offsets for everything but inline and table-row elements
Brandon Aaron
2007-09-11
1
-1
/
+1
*
Couple of fixes to the offset method
Brandon Aaron
2007-09-11
1
-2
/
+2
*
Reintroduced .offset() as a default include, added original author credits.
John Resig
2007-09-08
1
-0
/
+3
*
Added the new .offset() method, directly imported from Dimensions (heavily wo...
John Resig
2007-09-08
1
-0
/
+88