Made a number of spacing changes to bring the code more-inline with the jQuery Core...
[jquery.git] / src / dimensions.js
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-10 John ResigMake sure that calling .width(num) or .height(num)...
2009-11-27 Karl Swedbergadded curly braces around all if/else statements
2009-07-18 John ResigSwitching to use a better check for if the node is...
2009-04-22 Brandon Aaronwidth, height, scrollLeft, and scrollTop now work with...
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-22 Brandon Aaronfix for #4399, removing unused variables
2009-03-06 Ariel Fleslerjquery dimensions: removed redundant code
2009-02-13 John ResigAdded some significant speed-ups to height/width checks...
2008-12-21 John ResigAdded the new jQuery.support object and removed all...
2008-05-15 Ariel Fleslerjquery dimensions & offset: moving the local function...
2008-05-14 Ariel Fleslerjquery dimensions: reducing the code size.
2008-05-13 Ariel Fleslerjquery: removing unnecessary trailing and leading space...
2008-04-30 Scott Gonzálezcore: make sure all source files end with a single...
2008-04-29 Scott Gonzálezcore: Adding missing radix for paresInt.
2008-04-29 Brandon AaronMerged dimensions with core