Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moves Deferred-related code into a separate module. Context handling has ↵ | jaubourg | 2011-03-03 | 1 | -0/+1 |
| | | | | 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 | 1 | -1/+1 |
| | | | | 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 | 1 | -1/+10 |
|\ | |||||
| * | Make sure the offset tests work without a built jQuery file. | jeresig | 2010-03-23 | 1 | -1/+10 |
| | | |||||
* | | 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. | ||||
* | Added some unit tests for position method. Fixed issue with position in IE. | Brandon Aaron | 2008-05-15 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -0/+26 |