Moved from the old JSMin to using YUIMin for compressing the jQuery source. Additiona...
[jquery.git] / src / offset.js
2009-01-04 John ResigMoved from the old JSMin to using YUIMin for compressin...
2008-12-20 John ResigAdded a missing semicolon.
2008-12-19 John ResigRemoving remaining strict-mode warnings.
2008-11-17 John ResigStandardized the type checks across core. isFunction...
2008-11-13 Brandon Aaronfix the long standing 2px offset issue in QuirksMode...
2008-11-10 Brandon Aaronnew offset method, faster and no more browser detection
2008-06-06 Scott Gonzálezcore: fixed #2993: .offsetParent() will now return...
2008-05-25 Paul Bakauscore: fixed offset method for FF3 - FF3 seems to have...
2008-05-15 Brandon AaronReverted back to using the num helper method in offset.js
2008-05-15 Brandon AaronAdded some unit tests for position method. Fixed issue...
2008-05-14 Ariel Fleslerjquery offset: reducing more the code size.
2008-05-14 Ariel Fleslerjquery offset: reducing the code size.
2008-05-13 Ariel Fleslerjquery: removing unnecessary trailing and leading space...
2008-04-30 Scott Gonzálezcore: make sure all source files end with a single...
2008-04-29 Brandon AaronMerged dimensions with core
2008-04-21 Brandon AaronSmall optimization to offset (thanks Ariel Flesler)
2008-03-15 John ResigMade outerHeight/outerWidth accept .outerWidth(true...
2008-03-15 John ResigImported the innerHeight and outerHeight methods from...
2008-02-06 John ResigLanded a minor fix for AIR (in the offset method).
2007-12-19 Brandon Aaronoffset: make sure there is a parent node to work on...
2007-12-19 Brandon Aaronoffset: make sure border width always gets calculated...
2007-12-17 Brandon AaronFixed #2064
2007-12-16 David SerdukeFixed #1781 for warnings created on load by FF javascri...
2007-12-12 Brandon AaronAdded more unit tests for offset. Fixed an offset issue...
2007-12-04 Brandon Aaronoffset now uses clientLeft and clientTop instead of...
2007-09-26 Brandon Aaronoffset: fixes for correct body offsets in safari and...
2007-09-21 Brandon Aaronoffset: added fixed position support and fixed opera...
2007-09-18 Brandon Aaronoffset: do not add borders for table cells
2007-09-17 Brandon Aaronremove box global var from offset
2007-09-11 Brandon Aaronsafari2 should just check the browser and version
2007-09-11 Brandon AaronInclude scroll offsets for everything but inline and...
2007-09-11 Brandon AaronCouple of fixes to the offset method
2007-09-08 John ResigReintroduced .offset() as a default include, added...
2007-09-08 John ResigAdded the new .offset() method, directly imported from...