| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Misc: Drop support for older browsers; update support comments" | Timmy Willison | 2016-01-06 | 1 | -1/+5 |
* | Revert "Offset: Fix .offset() to correctly work with ShadowDOM" | Oleg Gaidarenko | 2015-12-22 | 1 | -24/+11 |
* | Revert "Offset: remove ownerDocument check in offset getter" | Oleg Gaidarenko | 2015-12-22 | 1 | -5/+4 |
* | Revert "Offset: allow offset setter to throw for disconnected elements" | Oleg Gaidarenko | 2015-12-22 | 1 | -1/+1 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -13/+17 |
* | Core: Support non-browser environments | Michał Gołębiowski | 2015-08-16 | 1 | -1/+3 |
* | Core: Adjust comments & tests after dropping Safari 6 support | Michał Gołębiowski | 2015-07-27 | 1 | -0/+1 |
* | Offset: add tests for hidden elements + scroll | Timmy Willison | 2015-06-16 | 1 | -7/+13 |
* | Offset: getBounding doesn't return width/height in IE8. Fixes test. | Timmy Willison | 2015-06-16 | 1 | -14/+7 |
* | Offset: no need to check for ownerDocument | Timmy Willison | 2015-06-16 | 1 | -4/+4 |
* | Offset: revert to jQuery.contains for IE8's sake (compat only) | Timmy Willison | 2015-06-16 | 1 | -7/+10 |
* | Offset: return before getBoundingClientRect to avoid error in IE8-11 | Timmy Willison | 2015-06-16 | 1 | -2/+9 |
* | Offset: return zeros for disconnected/hidden elements | Timmy Willison | 2015-06-16 | 1 | -1/+4 |
* | Revert "Offset: allow offset setter to throw for disconnected elements" | Timmy Willison | 2015-06-16 | 1 | -1/+1 |
* | Offset: account for scroll when calculating position | Richard McDaniel | 2015-05-12 | 1 | -2/+5 |
* | Offset: allow offset setter to throw for disconnected elements | Timmy Willison | 2015-05-05 | 1 | -1/+1 |
* | Offset: remove ownerDocument check in offset getter | Timmy Willison | 2015-05-05 | 1 | -4/+5 |
* | Offset: Fix .offset() to correctly work with ShadowDOM | Arthur Stolyar | 2015-05-05 | 1 | -14/+14 |
* | Offset: simplify jQuery#offsetParent method | Oleg Gaidarenko | 2015-01-13 | 1 | -3/+13 |
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-12-08 | 1 | -5/+1 |
* | Dimensions: allow modification of coordinates argument | Oleg Gaidarenko | 2014-11-16 | 1 | -1/+3 |
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 1 | -3/+2 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -3/+6 |
* | Offset: Fix comment typo, thanks @AurelioDeRosa | Dave Methvin | 2013-12-18 | 1 | -1/+1 |
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 1 | -3/+3 |
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -15/+18 |
* | The cssHook from addGetHookIf wasn't actually getting added | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
* | Remove offset dependency from css. Move curCSS and getStyles to their own mod... | Timmy Willison | 2013-09-10 | 1 | -10/+33 |
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ac... | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
* | Apply consistent ordering in all modules. -219 bytes. Order modules like func... | Timmy Willison | 2013-09-09 | 1 | -49/+46 |
* | Break jQuery.access out into its own module to separate it from core; Adjust ... | Timmy Willison | 2013-09-09 | 1 | -2/+3 |
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+1 |
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -7/+9 |
* | Specify support as a dependency wherever it is used. Optimize module order to... | Timmy Willison | 2013-08-15 | 1 | -2/+3 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -8/+21 |
* | No ticket: Reduce size in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -2/+2 |
* | Fix #13315: compare typeof node.method to var instead of literal "undefined" ... | Richard Gibson | 2013-01-24 | 1 | -1/+1 |
* | Pass style declarations around for performance improvements and paving the wa... | Mike Sherov | 2012-12-11 | 1 | -4/+4 |
* | Fix #11542. document.body should not be special in .offset() and document.doc... | Daniel Gálvez | 2012-10-24 | 1 | -29/+7 |
* | new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comment... | Mike Sherov | 2012-10-22 | 1 | -1/+1 |
* | Fixes #12749, correctly detect position() for position:fixed elements, closes... | Merrifield, Jay | 2012-10-17 | 1 | -18/+24 |
* | Fix #12536. Start at .offset() 0,0 if no getBoundingClientRect. | Dave Methvin | 2012-09-14 | 1 | -9/+14 |
* | Fix #12534. Don't die on browsers lacking getBoundingClientRect. | Dave Methvin | 2012-09-13 | 1 | -2/+2 |
* | Fix #11962. Standardize getter return values for empty sets. | Uri Gilad | 2012-07-09 | 1 | -2/+2 |
* | Fix #8482, offsetParent should not return null. Closes gh-847. | Nowres Rafid | 2012-07-06 | 1 | -1/+1 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |
* | Followup gh-796. Eliminate try-catch in oldIE, closes gh-799. | Oleg | 2012-05-28 | 1 | -8/+4 |
* | Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796. | Oleg | 2012-05-27 | 1 | -42/+26 |
* | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. | Mike Sherov | 2012-05-15 | 1 | -4/+3 |
* | Fix #10996, simplify offset code by forsaking ancient browsers. | Mike Sherov | 2012-04-05 | 1 | -50/+7 |