Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing topic.js as it will be a plugin | timmywil | 2011-09-19 | 7 | -7/+0 |
| | |||||
* | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 7 | -0/+14 |
| | |||||
* | Fix test cases for bug #8316 fix. | timmywil | 2011-03-31 | 2 | -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 ↵ | jeresig | 2011-03-24 | 1 | -0/+30 |
| | | | | and was causing errors. | ||||
* | Moves Deferred-related code into a separate module. Context handling has ↵ | jaubourg | 2011-03-03 | 7 | -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 Sexton | 2011-01-23 | 7 | -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/jquery | Brandon Aaron | 2010-03-23 | 7 | -7/+64 |
|\ | |||||
| * | Make sure the offset tests work without a built jQuery file. | jeresig | 2010-03-23 | 7 | -7/+64 |
| | | |||||
* | | Fixed an issue with setting offset of absolutely positioned element that has ↵ | Brandon Aaron | 2010-03-22 | 1 | -0/+2 |
|/ | | | | no position values ("auto"). Fixes #5781. | ||||
* | offset is now a setter | Brandon Aaron | 2009-09-15 | 2 | -2/+2 |
| | |||||
* | new offset method, faster and no more browser detection | Brandon Aaron | 2008-11-10 | 1 | -0/+24 |
| | |||||
* | Updating unit tests for offset | Brandon Aaron | 2008-05-15 | 4 | -2/+5 |
| | |||||
* | Added some unit tests for position method. Fixed issue with position in IE. | Brandon Aaron | 2008-05-15 | 5 | -0/+10 |
| | |||||
* | Added more unit tests for offset. Fixed an offset issue relating to table ↵ | Brandon Aaron | 2007-12-12 | 4 | -0/+140 |
| | | | | header cells in Opera | ||||
* | Added another relative offset test | Brandon Aaron | 2007-12-04 | 1 | -6/+2 |
| | |||||
* | Added visual marker to absolute fixture for offset testing | Brandon Aaron | 2007-12-04 | 1 | -2/+11 |
| | |||||
* | Beginnings of the offset test suite | Brandon Aaron | 2007-12-04 | 2 | -0/+58 |