| Commit message (Expand) | Author | Age | Files | Lines |
* | Added in .height(fn) and .width(fn) support. Fixes #5915. | jeresig | 2010-01-23 | 1 | -0/+7 |
* | Made a number of spacing changes to bring the code more-inline with the jQuer... | jeresig | 2009-12-21 | 1 | -3/+3 |
* | Make sure that calling .width(num) or .height(num) on an empty set returns th... | John Resig | 2009-12-09 | 1 | -1/+4 |
* | added curly braces around all if/else statements | Karl Swedberg | 2009-11-28 | 1 | -1/+1 |
* | Switching to use a better check for if the node is a document. | John Resig | 2009-07-18 | 1 | -1/+1 |
* | width, height, scrollLeft, and scrollTop now work with windows and documents ... | Brandon Aaron | 2009-04-22 | 1 | -8/+10 |
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 1 | -1/+1 |
* | fix for #4399, removing unused variables | Brandon Aaron | 2009-03-22 | 1 | -3/+1 |
* | jquery dimensions: removed redundant code | Ariel Flesler | 2009-03-06 | 1 | -5/+3 |
* | Added some significant speed-ups to height/width checks, thanks to some code ... | John Resig | 2009-02-13 | 1 | -10/+9 |
* | Added the new jQuery.support object and removed all uses of jQuery.browser fr... | John Resig | 2008-12-21 | 1 | -0/+27 |
* | jquery dimensions & offset: moving the local function 'num' to core, so it ca... | Ariel Flesler | 2008-05-15 | 1 | -5/+1 |
* | jquery dimensions: reducing the code size. | Ariel Flesler | 2008-05-14 | 1 | -5/+4 |
* | jquery: removing unnecessary trailing and leading spaces & tabs. | Ariel Flesler | 2008-05-13 | 1 | -7/+7 |
* | core: make sure all source files end with a single blank line. | Scott González | 2008-04-30 | 1 | -1/+1 |
* | core: Adding missing radix for paresInt. | Scott González | 2008-04-29 | 1 | -1/+1 |
* | Merged dimensions with core | Brandon Aaron | 2008-04-29 | 1 | -0/+28 |