git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Forgot to update the Rakefile and build.xml files from the previous commit. Thanks...
[jquery.git]
/
src
/
offset.js
2010-10-14
John Resig
Make sure that we don't attempt to handle scrolling...
blob
|
commitdiff
2010-10-10
jeresig
Return the zeroed-out bounding box instead of passing...
blob
|
commitdiff
|
diff to current
2010-09-29
John Resig
Adjust fallback top/left to just be 0 for disconnected...
blob
|
commitdiff
|
diff to current
2010-09-28
John Resig
Make sure that .offset() doesn't fail against disconnec...
blob
|
commitdiff
|
diff to current
2010-09-22
jeresig
Unify the means of detecting a window across the librar...
blob
|
commitdiff
|
diff to current
2010-09-22
jeresig
Applied the RegExp issues reported by Jeff Robinson...
blob
|
commitdiff
|
diff to current
2010-09-16
jeresig
Split apart jQuery.css into jQuery.css (computed values...
blob
|
commitdiff
|
diff to current
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
blob
|
commitdiff
|
diff to current
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
blob
|
commitdiff
|
diff to current
2010-09-05
John Resig
First pass at unifying the various CSS methods in jQuer...
blob
|
commitdiff
|
diff to current
2010-03-23
Brandon Aaron
Fixed an issue with setting offset of absolutely positi...
blob
|
commitdiff
|
diff to current
2010-03-23
Brandon Aaron
Fix setting only one property at a time in .offset({})
blob
|
commitdiff
|
diff to current
2010-03-01
jeresig
Fixed some cases where expression, expression was used...
blob
|
commitdiff
|
diff to current
2010-02-28
brandonaaron
Use correct window reference in offset to work properly...
blob
|
commitdiff
|
diff to current
2010-01-23
Karl Swedberg
fixed offset(coordinates) returns null when no matching...
blob
|
commitdiff
|
diff to current
2010-01-07
jeresig
Re-ordering the args to setOffset() in case people...
blob
|
commitdiff
|
diff to current
2010-01-07
jeresig
Added in support for .offset(Function).
blob
|
commitdiff
|
diff to current
2009-12-31
jeresig
Rather than declaring empty anonymous functions all...
blob
|
commitdiff
|
diff to current
2009-12-22
jeresig
Standardize on using double-quotes for string literals.
blob
|
commitdiff
|
diff to current
2009-12-22
jeresig
Made a number of spacing changes to bring the code...
blob
|
commitdiff
|
diff to current
2009-11-07
John Resig
Fixed the case where getComputedStyled was assumed...
blob
|
commitdiff
|
diff to current
2009-09-15
Brandon Aaron
offset is now a setter
blob
|
commitdiff
|
diff to current
2009-07-25
Brandon Aaron
Fix for #4972. Dreamweaver CS4 crashes on offset module...
blob
|
commitdiff
|
diff to current
2009-07-25
Brandon Aaron
revision 6494 accidentally reverted some changes to...
blob
|
commitdiff
|
diff to current
2009-07-24
Brandon Aaron
add scrollTop/Left tests and fix for IE
blob
|
commitdiff
|
diff to current
2009-07-19
John Resig
Standardize on using .nodeName in place of .tagName...
blob
|
commitdiff
|
diff to current
2009-07-19
John Resig
Rewrote .offsetParent() to work against the full jQuery...
blob
|
commitdiff
|
diff to current
2009-07-19
John Resig
Made a number of stylistic changes to the offset code...
blob
|
commitdiff
|
diff to current
2009-07-17
Brandon Aaron
fix for #4906
blob
|
commitdiff
|
diff to current
2009-04-22
Brandon Aaron
fixing a few more memory leaks in IE
blob
|
commitdiff
|
diff to current
2009-04-22
Brandon Aaron
offset returns null for window and document elements...
blob
|
commitdiff
|
diff to current
2009-04-22
Brandon Aaron
remove radix param for parseFloat calls
blob
|
commitdiff
|
diff to current
2009-04-22
Brandon Aaron
width, height, scrollLeft, and scrollTop now work with...
blob
|
commitdiff
|
diff to current
2009-04-21
Brandon Aaron
clean up offset. #4456 thanks pbcomm
blob
|
commitdiff
|
diff to current
2009-03-30
Brandon Aaron
fix for #4439, offset.initialize can cause the page...
blob
|
commitdiff
|
diff to current
2009-03-23
Brandon Aaron
remove trailing spaces
blob
|
commitdiff
|
diff to current
2009-03-19
Brandon Aaron
fix for #4115
blob
|
commitdiff
|
diff to current
2009-03-19
Brandon Aaron
fix for #4263, better support for nested fixed position...
blob
|
commitdiff
|
diff to current
2009-03-17
Brandon Aaron
using parseFloat for offset and position methods and...
blob
|
commitdiff
|
diff to current
2009-03-17
Brandon Aaron
return null when no matched elements exist for offset...
blob
|
commitdiff
|
diff to current
2009-03-17
Brandon Aaron
some clean up in the offset method
blob
|
commitdiff
|
diff to current
2009-01-20
John Resig
Added some missing spaces - helps to calm XHTML error...
blob
|
commitdiff
|
diff to current
2009-01-04
John Resig
Moved from the old JSMin to using YUIMin for compressin...
blob
|
commitdiff
|
diff to current
2008-12-20
John Resig
Added a missing semicolon.
blob
|
commitdiff
|
diff to current
2008-12-19
John Resig
Removing remaining strict-mode warnings.
blob
|
commitdiff
|
diff to current
2008-11-17
John Resig
Standardized the type checks across core. isFunction...
blob
|
commitdiff
|
diff to current
2008-11-13
Brandon Aaron
fix the long standing 2px offset issue in QuirksMode...
blob
|
commitdiff
|
diff to current
2008-11-10
Brandon Aaron
new offset method, faster and no more browser detection
blob
|
commitdiff
|
diff to current
2008-06-06
Scott González
core: fixed #2993: .offsetParent() will now return...
blob
|
commitdiff
|
diff to current
2008-05-25
Paul Bakaus
core: fixed offset method for FF3 - FF3 seems to have...
blob
|
commitdiff
|
diff to current
2008-05-15
Brandon Aaron
Reverted back to using the num helper method in offset.js
blob
|
commitdiff
|
diff to current
2008-05-15
Brandon Aaron
Added some unit tests for position method. Fixed issue...
blob
|
commitdiff
|
diff to current
2008-05-14
Ariel Flesler
jquery offset: reducing more the code size.
blob
|
commitdiff
|
diff to current
2008-05-14
Ariel Flesler
jquery offset: reducing the code size.
blob
|
commitdiff
|
diff to current
2008-05-13
Ariel Flesler
jquery: removing unnecessary trailing and leading space...
blob
|
commitdiff
|
diff to current
2008-04-30
Scott González
core: make sure all source files end with a single...
blob
|
commitdiff
|
diff to current
2008-04-29
Brandon Aaron
Merged dimensions with core
blob
|
commitdiff
|
diff to current
2008-04-21
Brandon Aaron
Small optimization to offset (thanks Ariel Flesler)
blob
|
commitdiff
|
diff to current
2008-03-15
John Resig
Made outerHeight/outerWidth accept .outerWidth(true...
blob
|
commitdiff
|
diff to current
2008-03-15
John Resig
Imported the innerHeight and outerHeight methods from...
blob
|
commitdiff
|
diff to current
2008-02-06
John Resig
Landed a minor fix for AIR (in the offset method).
blob
|
commitdiff
|
diff to current
2007-12-19
Brandon Aaron
offset: make sure there is a parent node to work on...
blob
|
commitdiff
|
diff to current
2007-12-19
Brandon Aaron
offset: make sure border width always gets calculated...
blob
|
commitdiff
|
diff to current
2007-12-17
Brandon Aaron
Fixed #2064
blob
|
commitdiff
|
diff to current
2007-12-16
David Serduke
Fixed #1781 for warnings created on load by FF javascri...
blob
|
commitdiff
|
diff to current
2007-12-12
Brandon Aaron
Added more unit tests for offset. Fixed an offset issue...
blob
|
commitdiff
|
diff to current
2007-12-04
Brandon Aaron
offset now uses clientLeft and clientTop instead of...
blob
|
commitdiff
|
diff to current
2007-09-26
Brandon Aaron
offset: fixes for correct body offsets in safari and...
blob
|
commitdiff
|
diff to current
2007-09-21
Brandon Aaron
offset: added fixed position support and fixed opera...
blob
|
commitdiff
|
diff to current
2007-09-18
Brandon Aaron
offset: do not add borders for table cells
blob
|
commitdiff
|
diff to current
2007-09-17
Brandon Aaron
remove box global var from offset
blob
|
commitdiff
|
diff to current
2007-09-11
Brandon Aaron
safari2 should just check the browser and version
blob
|
commitdiff
|
diff to current
2007-09-11
Brandon Aaron
Include scroll offsets for everything but inline and...
blob
|
commitdiff
|
diff to current
2007-09-11
Brandon Aaron
Couple of fixes to the offset method
blob
|
commitdiff
|
diff to current
2007-09-08
John Resig
Reintroduced .offset() as a default include, added...
blob
|
commitdiff
|
diff to current
2007-09-08
John Resig
Added the new .offset() method, directly imported from...
blob
|
commitdiff
|
diff to current