| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Offset: Send px-ed strings to .css()" | Michał Gołębiowski-Owczarek | 2020-07-20 | 1 | -6/+0 |
* | Offset: Send px-ed strings to .css() | Dave Methvin | 2019-10-21 | 1 | -0/+6 |
* | Build: ESLint: forbid unused function parameters | Michał Gołębiowski-Owczarek | 2019-09-26 | 1 | -4/+3 |
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 1 | -2/+3 |
* | Offset: fix error from bad merge in #3695 | Jason Bedard | 2017-07-10 | 1 | -2/+2 |
* | Revert "Offset: Resolve strict mode ClientRect "no setter" exception" | Jason Bedard | 2017-07-10 | 1 | -4/+2 |
* | Core: Deprecate jQuery.isWindow | Shashanka Nataraj | 2017-07-10 | 1 | -3/+3 |
* | Offset: Use correct offset parents; include all border/scroll values | Richard Gibson | 2017-04-24 | 1 | -26/+31 |
* | Build: fix tests in AMD mode | Timmy Willison | 2017-03-06 | 1 | -3/+3 |
* | Core: Deprecate jQuery.nodeName | karan-96 | 2017-03-01 | 1 | -2/+4 |
* | Offset: Eliminate little-used internal function | Richard Gibson | 2016-12-19 | 1 | -10/+10 |
* | Offset: report offset for 0 sized elements | Jason Bedard | 2016-12-12 | 1 | -13/+8 |
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
* | Offset: Resolve strict mode ClientRect "no setter" exception | Richard Gibson | 2016-04-23 | 1 | -2/+4 |
* | Docs: Update support comments to follow the new syntax | Michał Gołębiowski | 2016-03-30 | 1 | -1/+1 |
* | Docs: Update support comments related to IE | Michał Gołębiowski | 2016-03-30 | 1 | -1/+1 |
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 1 | -2/+2 |
* | Revert "Offset: account for scroll when calculating position" | Oleg Gaidarenko | 2016-02-09 | 1 | -5/+2 |
* | Offset: offsetLeft/Top on empty set returns undefined | Dave Methvin | 2015-11-10 | 1 | -1/+1 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -11/+15 |
* | Core: Adjust comments & tests after dropping Safari 6 support | Michał Gołębiowski | 2015-07-27 | 1 | -1/+1 |
* | 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/+12 |
* | Offset: simplify jQuery#offsetParent method | Oleg Gaidarenko | 2015-01-13 | 1 | -3/+12 |
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -5/+5 |
* | Event: fix incorrect window bug with scrollTop/Left in iframes | Aditya Raghavan | 2014-12-24 | 1 | -2/+2 |
* | Dimensions: allow modification of coordinates argument | Oleg Gaidarenko | 2014-11-16 | 1 | -1/+3 |
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -5/+1 |
* | Offset: Simplified a conditional | Chris Antaki | 2014-09-02 | 1 | -1/+1 |
* | 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 | -2/+4 |
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -6/+9 |
* | Offset: Fix comment typo, thanks @AurelioDeRosa | Dave Methvin | 2013-12-18 | 1 | -1/+1 |
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -15/+15 |
* | Fix some code style inconsistencies | Oleg | 2013-10-07 | 1 | -1/+1 |
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -1/+1 |
* | The cssHook from addGetHookIf wasn't actually getting added | Timmy Willison | 2013-09-11 | 1 | -1/+1 |
* | No ticket. Abstract conditional hook definition. | Michał Gołębiowski | 2013-09-11 | 1 | -20/+10 |
* | Remove offset dependency from css. Move curCSS and getStyles to their own mod... | Timmy Willison | 2013-09-10 | 1 | -9/+42 |
* | 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. -38 bytes. Order modules like funct... | Timmy Willison | 2013-09-09 | 1 | -45/+42 |
* | 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 | -1/+2 |
* | Specify support as a dependency wherever it is used. Optimize module order to... | Timmy Willison | 2013-08-15 | 1 | -2/+2 |