Fixes #7881. Setting contentType to false will prevent the Content-Type header from...
[jquery.git] / src / offset.js
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-10-14 John ResigMake sure that we don't attempt to handle scrolling...
2010-10-10 jeresigReturn the zeroed-out bounding box instead of passing...
2010-09-29 John ResigAdjust fallback top/left to just be 0 for disconnected...
2010-09-28 John ResigMake sure that .offset() doesn't fail against disconnec...
2010-09-22 jeresigUnify the means of detecting a window across the librar...
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-16 jeresigSplit apart jQuery.css into jQuery.css (computed values...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-05 John ResigFirst pass at unifying the various CSS methods in jQuer...
2010-03-23 Brandon AaronFixed an issue with setting offset of absolutely positi...
2010-03-23 Brandon AaronFix setting only one property at a time in .offset({})
2010-03-01 jeresigFixed some cases where expression, expression was used...
2010-02-28 brandonaaronUse correct window reference in offset to work properly...
2010-01-23 Karl Swedbergfixed offset(coordinates) returns null when no matching...
2010-01-07 jeresigRe-ordering the args to setOffset() in case people...
2010-01-07 jeresigAdded in support for .offset(Function).
2009-12-31 jeresigRather than declaring empty anonymous functions all...
2009-12-22 jeresigStandardize on using double-quotes for string literals.
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-11-07 John ResigFixed the case where getComputedStyled was assumed...
2009-09-15 Brandon Aaronoffset is now a setter
2009-07-25 Brandon AaronFix for #4972. Dreamweaver CS4 crashes on offset module...
2009-07-25 Brandon Aaronrevision 6494 accidentally reverted some changes to...
2009-07-24 Brandon Aaronadd scrollTop/Left tests and fix for IE
2009-07-19 John ResigStandardize on using .nodeName in place of .tagName...
2009-07-19 John ResigRewrote .offsetParent() to work against the full jQuery...
2009-07-19 John ResigMade a number of stylistic changes to the offset code...
2009-07-17 Brandon Aaronfix for #4906
2009-04-22 Brandon Aaronfixing a few more memory leaks in IE
2009-04-22 Brandon Aaronoffset returns null for window and document elements...
2009-04-22 Brandon Aaronremove radix param for parseFloat calls
2009-04-22 Brandon Aaronwidth, height, scrollLeft, and scrollTop now work with...
2009-04-21 Brandon Aaronclean up offset. #4456 thanks pbcomm
2009-03-30 Brandon Aaronfix for #4439, offset.initialize can cause the page...
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-19 Brandon Aaronfix for #4115
2009-03-19 Brandon Aaronfix for #4263, better support for nested fixed position...
2009-03-17 Brandon Aaronusing parseFloat for offset and position methods and...
2009-03-17 Brandon Aaronreturn null when no matched elements exist for offset...
2009-03-17 Brandon Aaronsome clean up in the offset method
2009-01-20 John ResigAdded some missing spaces - helps to calm XHTML error...
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...