aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/dimensions.js
Commit message (Expand)AuthorAgeFilesLines
* Add support for calling outer/inner Width/Height on the window and document. ...timmywil2011-09-301-16/+29
* Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Sup...timmywil2011-06-061-7/+8
* Add margin after checking width. Add tests. Fixes #9441. Fixes #9300.Mike Sherov2011-06-061-0/+24
* Return null for outer/inner width/height calls on window/document. Fixes #7557.timmywil2011-05-251-4/+26
* revert to old code, bug is invalidJordan Boesch2011-04-151-79/+0
* fixing bug 4146 - round 2!Jordan Boesch2011-04-131-0/+79
* third batchlouisremi2011-04-121-6/+6
* Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+17
* Clean trailing whitespace from all files.Colin Snover2010-12-301-15/+15
* Maintain returning 0px from width/height for disconnected nodes for backwards...jeresig2010-11-091-4/+24
* Add .width() and .height() unit test for empty sets. Fix .height() test that ...Brandon Aaron2010-09-011-3/+9
* Changed the order of the tests to run in the same order in which they're spec...jeresig2010-03-231-1/+1
* Added in .height(fn) and .width(fn) support. Fixes #5915.jeresig2010-01-231-22/+56
* Make sure that calling .width(num) or .height(num) on an empty set returns th...John Resig2009-12-091-3/+9
* moving dimension related unit tests to dimensions test moduleBrandon Aaron2009-03-221-0/+56
* test runner: the changes are:Ariel Flesler2008-05-281-4/+4
* Updating outerWidth unit test to use absolute positionBrandon Aaron2008-05-131-1/+2
* Merged dimensions with coreBrandon Aaron2008-04-291-0/+85