aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/offset.js
Commit message (Expand)AuthorAgeFilesLines
...
* Adding unit tests to make sure .scrollTop() and .scrollLeft() work cross-frame.brandonaaron2010-02-281-1/+9
* Use correct window reference in offset to work properly cross-frame. Fixes #6...brandonaaron2010-02-271-2/+36
* fixed offset(coordinates) returns null when no matching elements in jQuery ob...Karl Swedberg2010-01-241-0/+7
* Added in support for .offset(Function).jeresig2010-01-071-16/+23
* Updated the jQuery suite to use the updated QUnit CSS styling.John Resig2009-09-291-1/+1
* offset is now a setterBrandon Aaron2009-09-151-75/+209
* add scrollTop/Left tests and fix for IEBrandon Aaron2009-07-241-2/+21
* Rewrote .offsetParent() to work against the full jQuery set, added tests. Fix...John Resig2009-07-191-1/+26
* removing ambiguous offset tests for now... results are different due to rende...Brandon Aaron2009-07-171-14/+14
* integrated offset tests into main test suite. offset tests now use iframes in...Brandon Aaron2009-07-171-111/+118
* new offset method, faster and no more browser detectionBrandon Aaron2008-11-101-2/+11
* test runner: the changes are:Ariel Flesler2008-05-281-60/+60
* Added some unit tests for position method. Fixed issue with position in IE.Brandon Aaron2008-05-151-0/+52
* Added more unit tests for offset. Fixed an offset issue relating to table hea...Brandon Aaron2007-12-121-3/+61
* Added another relative offset testBrandon Aaron2007-12-041-0/+3
* Beginnings of the offset test suiteBrandon Aaron2007-12-041-0/+51