aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/offset
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | - Removed special page, just needed another test in the fixed offset tests - Checks it's position related to scrolling
* Oops, that test file for bug #8316 was needed - was also missing an include ↵jeresig2011-03-241-0/+30
| | | | and was causing errors.
* Moves Deferred-related code into a separate module. Context handling has ↵jaubourg2011-03-037-0/+7
| | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
* Moved jQuery global leak to end of file so accidental gEBCN overrides in ↵Alex Sexton2011-01-237-13/+13
| | | | prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033
* 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
|/ | | | no position values ("auto"). Fixes #5781.
* 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 ↵Brandon Aaron2007-12-124-0/+140
| | | | header cells in Opera
* 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