Merged dimensions with core
[jquery.git] / src / offset.js
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...