aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/offset
Commit message (Expand)AuthorAgeFilesLines
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-117-7/+14
* Tests: Make iframe tests wait after checking isReadyDave Methvin2016-04-117-0/+7
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-1/+2
* Tests: Change quotes according to style guidelinesJulian Alexander Murillo2015-10-187-16/+16
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-161-0/+2
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-077-7/+7
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-267-7/+7
* Fix #11542. document.body should not be special in .offset() and document.doc...Daniel Gálvez2012-10-241-1/+3
* Relativize all urls pertaining to dist/jquery.js so users can run their serve...timmywil2012-06-047-7/+7
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-047-7/+7
* Fix #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-117-78/+7
* Removing topic.js as it will be a plugintimmywil2011-09-197-7/+0
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-197-0/+14
* Fix test cases for bug #8316 fix.timmywil2011-03-312-30/+1
* Oops, that test file for bug #8316 was needed - was also missing an include a...jeresig2011-03-241-0/+30
* Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-037-0/+7
* Moved jQuery global leak to end of file so accidental gEBCN overrides in prot...Alex Sexton2011-01-237-13/+13
* Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-237-7/+64
|\
| * Make sure the offset tests work without a built jQuery file.jeresig2010-03-237-7/+64
* | Fixed an issue with setting offset of absolutely positioned element that has ...Brandon Aaron2010-03-221-0/+2
|/
* offset is now a setterBrandon Aaron2009-09-152-2/+2
* new offset method, faster and no more browser detectionBrandon Aaron2008-11-101-0/+24
* Updating unit tests for offsetBrandon Aaron2008-05-154-2/+5
* Added some unit tests for position method. Fixed issue with position in IE.Brandon Aaron2008-05-155-0/+10
* Added more unit tests for offset. Fixed an offset issue relating to table hea...Brandon Aaron2007-12-124-0/+140
* Added another relative offset testBrandon Aaron2007-12-041-6/+2
* Added visual marker to absolute fixture for offset testingBrandon Aaron2007-12-041-2/+11
* Beginnings of the offset test suiteBrandon Aaron2007-12-042-0/+58