| Commit message (Expand) | Author | Age | Files | Lines |
* | Build: Rename master to main across the repository | Michał Gołębiowski-Owczarek | 2021-02-05 | 1 | -3/+3 |
* | Manipulation: Make jQuery.htmlPrefilter an identity function | Michał Gołębiowski-Owczarek | 2020-03-16 | 1 | -5/+5 |
* | Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -73/+21 |
* | Build: Update QUnit from 1.23.1 to 2.9.2 | Michał Gołębiowski-Owczarek | 2019-03-04 | 1 | -0/+2 |
* | Build: Update test code for compatibility with QUnit 2.x (#4297) | abnud1 | 2019-02-18 | 1 | -2/+2 |
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 1 | -3/+3 |
* | Test: ensure position/offset return mutable objects | Jason Bedard | 2017-07-10 | 1 | -5/+31 |
* | Tests: Correct expected assertion count | Richard Gibson | 2017-04-29 | 1 | -1/+1 |
* | Tests: Clean up offset debugging | Richard Gibson | 2017-04-29 | 1 | -17/+0 |
* | Tests: Adjust by actual scroll position, rather than expected | Richard Gibson | 2017-04-29 | 1 | -12/+11 |
* | Tests: Add debugging to investigate iOS failures | Richard Gibson | 2017-04-28 | 1 | -2/+22 |
* | Tests: Reset iframe window scroll after updating html/document position | Richard Gibson | 2017-04-28 | 1 | -3/+10 |
* | Tests: Allow a mock QUnit.test for perfect testIframe fidelity | Richard Gibson | 2017-04-25 | 1 | -12/+11 |
* | Tests: Improve offset test setup and labels | Richard Gibson | 2017-04-24 | 1 | -34/+31 |
* | Offset: Use correct offset parents; include all border/scroll values | Richard Gibson | 2017-04-24 | 1 | -1/+210 |
* | Offset: report offset for 0 sized elements | Jason Bedard | 2016-12-12 | 1 | -2/+30 |
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -55/+57 |
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 1 | -8/+8 |
* | Tests: Make iframe tests wait after checking isReady | Dave Methvin | 2016-04-11 | 1 | -15/+8 |
* | Docs: Update support comments to follow the new syntax | 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 | -3/+2 |
* | Tests: account for new offset tests | Oleg Gaidarenko | 2016-02-09 | 1 | -1/+1 |
* | Revert "Offset: account for scroll when calculating position" | Oleg Gaidarenko | 2016-02-09 | 1 | -12/+2 |
* | Offset: offsetLeft/Top on empty set returns undefined | Dave Methvin | 2015-11-10 | 1 | -2/+2 |
* | CSS: Correct misrepresentation of "auto" horizontal margins as 0 | Richard Gibson | 2015-10-18 | 1 | -3/+5 |
* | Offset: allow small differences in offset.top | Joelle Fleurantin | 2015-10-18 | 1 | -1/+3 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -209/+207 |
* | Tests: partially use new qunit interface | Oleg Gaidarenko | 2015-08-16 | 1 | -161/+161 |
* | Offset: add tests for hidden elements + scroll | Timmy Willison | 2015-06-16 | 1 | -1/+13 |
* | Offset: return zeros for disconnected/hidden elements | Timmy Willison | 2015-06-16 | 1 | -14/+8 |
* | Offset: account for scroll when calculating position | Richard McDaniel | 2015-05-12 | 1 | -1/+12 |
* | Offset: remove ownerDocument check in offset getter | Timmy Willison | 2015-05-05 | 1 | -10/+1 |
* | Offset: Fix .offset() to correctly work with ShadowDOM | Arthur Stolyar | 2015-05-05 | 1 | -5/+23 |
* | Offset: don't run scrollTop/scrollLeft iframe test in Android 2.3 & 4.0 | Oleg Gaidarenko | 2015-02-11 | 1 | -5/+8 |
* | Core: Remove deprecated context and selector properties | Dave Methvin | 2015-01-11 | 1 | -3/+3 |
* | Offset: don't run scrollTop/scrollLeft iframe test in mobile Safari | Oleg Gaidarenko | 2014-12-25 | 1 | -7/+16 |
* | Event: fix incorrect window bug with scrollTop/Left in iframes | Aditya Raghavan | 2014-12-24 | 1 | -0/+15 |
* | Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. | Michał Gołębiowski | 2013-11-11 | 1 | -47/+23 |
* | Update jshintrc to conform to new style guide. Conform to onevar and unused i... | Timmy Willison | 2013-04-09 | 1 | -20/+30 |
* | Improve CSS and `Support:` comments. Close gh-1220. | Michał Gołębiowski | 2013-04-06 | 1 | -2/+1 |
* | Know when to hold em, know when to fold em. | Dave Methvin | 2012-12-22 | 1 | -7/+12 |
* | Test: Update index.html to new QUnit format. Close gh-1061. | Timo Tijhof | 2012-12-10 | 1 | -3/+3 |
* | No ticket: update test suite to pass QUnit globals check in most environments... | Richard Gibson | 2012-11-05 | 1 | -20/+32 |
* | Fixes #12139, make sure absolutely positioned elements have HTML as offsetPar... | David Fox | 2012-10-26 | 1 | -1/+6 |
* | Fix #11542. document.body should not be special in .offset() and document.doc... | Daniel Gálvez | 2012-10-24 | 1 | -6/+8 |
* | fix failing offset tests | Mike Sherov | 2012-10-17 | 1 | -2/+19 |
* | Fixes #12749, correctly detect position() for position:fixed elements, closes... | Merrifield, Jay | 2012-10-17 | 1 | -31/+37 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -5/+5 |
* | Fix #12534. Don't die on browsers lacking getBoundingClientRect. | Dave Methvin | 2012-09-13 | 1 | -0/+9 |
* | Remove IE8 testswarm hacks for offset. | Dave Methvin | 2012-07-25 | 1 | -20/+9 |