aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/offset.js
Commit message (Collapse)AuthorAgeFilesLines
...
* add scrollTop/Left tests and fix for IEBrandon Aaron2009-07-241-2/+21
|
* Rewrote .offsetParent() to work against the full jQuery set, added tests. ↵John Resig2009-07-191-1/+26
| | | | Fixes #4922.
* removing ambiguous offset tests for now... results are different due to ↵Brandon Aaron2009-07-171-14/+14
| | | | rendering differences but are correct for the given browser
* integrated offset tests into main test suite. offset tests now use iframes ↵Brandon Aaron2009-07-171-111/+118
| | | | instead of popups
* 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
| | | | | | | - Replaced all the $ for jQuery in the tests and suite. - Added a noConflict to testrunner.js. - Modified the test for noConflict() so that it still work. - Added jQuery 1.2.1 and 1.2.3 to otherlibs.
* 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 ↵Brandon Aaron2007-12-121-3/+61
| | | | header cells in Opera
* Added another relative offset testBrandon Aaron2007-12-041-0/+3
|
* Beginnings of the offset test suiteBrandon Aaron2007-12-041-0/+51