| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes IE7 test suite. Keep the testElement attached and set necessary styles ... | timmywil | 2011-09-28 | 1 | -2/+2 |
* | Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809. | Rick Waldron | 2011-09-19 | 1 | -4/+2 |
* | Set back the offset test name to fix offset tests; iframe retrieval is based ... | timmywil | 2011-08-17 | 1 | -1/+1 |
* | Renames duplicate named test block. Fixes #9912 | Rick Waldron | 2011-07-26 | 1 | -8/+8 |
* | Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931 | John Resig | 2011-04-12 | 1 | -1/+9 |
|\ |
|
| * | Merge branch 'master' of git://github.com/jquery/jquery into bug_7931 | Xavi | 2011-01-18 | 1 | -1/+1 |
| |\ |
|
| * | | Bug 7931; Added unit tests for scrollTop/Left. | Xavi | 2011-01-09 | 1 | -1/+3 |
| * | | Bug 7931; Replaced with and | Xavi | 2011-01-09 | 1 | -4/+4 |
| * | | Bug 7931; Fixed bug that caused scrollTop and scrollLeft setters to return nu... | Xavi | 2011-01-09 | 1 | -1/+7 |
* | | | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 1 | -1/+27 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-master | jeresig | 2011-04-12 | 1 | -1/+27 |
| |\ \ \ |
|
| | * | | | Use parseFloat instead of parseInt to read CSS values. | Sylvester Keil | 2011-01-15 | 1 | -0/+26 |
| | |/ / |
|
* | / / | third batch | louisremi | 2011-04-12 | 1 | -107/+107 |
|/ / / |
|
* | | | Fix test cases for bug #8316 fix. | timmywil | 2011-03-31 | 1 | -17/+13 |
* | | | Offset setter for fixed position elements in Webkit. Fixes #8316. | Michael Murray | 2011-03-24 | 1 | -1/+16 |
| |/
|/| |
|
* | | Update unit tests with a leak detection mechanism for the various jQuery glob... | Colin Snover | 2011-01-09 | 1 | -1/+1 |
|/ |
|
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -50/+50 |
* | Make sure that .offset() doesn't fail against disconnected DOM nodes. Fixes #... | John Resig | 2010-09-28 | 1 | -0/+9 |
* | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-27 | 1 | -7/+28 |
|\ |
|
| * | Mobile WebKit browsers don't support accessing the scroll position of the doc... | jeresig | 2010-03-25 | 1 | -7/+28 |
* | | Fixed an issue with setting offset of absolutely positioned element that has ... | Brandon Aaron | 2010-03-22 | 1 | -3/+9 |
* | | Added unit tests for setting offset one property at a time and added radix to... | Brandon Aaron | 2010-03-22 | 1 | -7/+12 |
|/ |
|
* | Adding unit tests to make sure .scrollTop() and .scrollLeft() work cross-frame. | brandonaaron | 2010-02-28 | 1 | -1/+9 |
* | Use correct window reference in offset to work properly cross-frame. Fixes #6... | brandonaaron | 2010-02-27 | 1 | -2/+36 |
* | fixed offset(coordinates) returns null when no matching elements in jQuery ob... | Karl Swedberg | 2010-01-24 | 1 | -0/+7 |
* | Added in support for .offset(Function). | jeresig | 2010-01-07 | 1 | -16/+23 |
* | Updated the jQuery suite to use the updated QUnit CSS styling. | John Resig | 2009-09-29 | 1 | -1/+1 |
* | offset is now a setter | Brandon Aaron | 2009-09-15 | 1 | -75/+209 |
* | add scrollTop/Left tests and fix for IE | Brandon Aaron | 2009-07-24 | 1 | -2/+21 |
* | Rewrote .offsetParent() to work against the full jQuery set, added tests. Fix... | John Resig | 2009-07-19 | 1 | -1/+26 |
* | removing ambiguous offset tests for now... results are different due to rende... | Brandon Aaron | 2009-07-17 | 1 | -14/+14 |
* | integrated offset tests into main test suite. offset tests now use iframes in... | Brandon Aaron | 2009-07-17 | 1 | -111/+118 |
* | new offset method, faster and no more browser detection | Brandon Aaron | 2008-11-10 | 1 | -2/+11 |
* | test runner: the changes are: | Ariel Flesler | 2008-05-28 | 1 | -60/+60 |
* | Added some unit tests for position method. Fixed issue with position in IE. | Brandon Aaron | 2008-05-15 | 1 | -0/+52 |
* | Added more unit tests for offset. Fixed an offset issue relating to table hea... | Brandon Aaron | 2007-12-12 | 1 | -3/+61 |
* | Added another relative offset test | Brandon Aaron | 2007-12-04 | 1 | -0/+3 |
* | Beginnings of the offset test suite | Brandon Aaron | 2007-12-04 | 1 | -0/+51 |