aboutsummaryrefslogtreecommitdiffstats
path: root/src/dimensions.js
Commit message (Expand)AuthorAgeFilesLines
* Made a number of spacing changes to bring the code more-inline with the jQuer...jeresig2009-12-211-3/+3
* Make sure that calling .width(num) or .height(num) on an empty set returns th...John Resig2009-12-091-1/+4
* added curly braces around all if/else statementsKarl Swedberg2009-11-281-1/+1
* Switching to use a better check for if the node is a document.John Resig2009-07-181-1/+1
* width, height, scrollLeft, and scrollTop now work with windows and documents ...Brandon Aaron2009-04-221-8/+10
* remove trailing spacesBrandon Aaron2009-03-231-1/+1
* fix for #4399, removing unused variablesBrandon Aaron2009-03-221-3/+1
* jquery dimensions: removed redundant codeAriel Flesler2009-03-061-5/+3
* Added some significant speed-ups to height/width checks, thanks to some code ...John Resig2009-02-131-10/+9
* Added the new jQuery.support object and removed all uses of jQuery.browser fr...John Resig2008-12-211-0/+27
* jquery dimensions & offset: moving the local function 'num' to core, so it ca...Ariel Flesler2008-05-151-5/+1
* jquery dimensions: reducing the code size.Ariel Flesler2008-05-141-5/+4
* jquery: removing unnecessary trailing and leading spaces & tabs.Ariel Flesler2008-05-131-7/+7
* core: make sure all source files end with a single blank line.Scott González2008-04-301-1/+1
* core: Adding missing radix for paresInt.Scott González2008-04-291-1/+1
* Merged dimensions with coreBrandon Aaron2008-04-291-0/+28