aboutsummaryrefslogtreecommitdiffstats
path: root/src/dimensions
Commit message (Collapse)AuthorAgeFilesLines
* Moved dimensions to the plugins area.John Resig2006-10-261-312/+0
|
* * Fixed a bug in jQuery.fn.offset relating to the calculation of scroll offsets.Brandon Aaron2006-10-101-306/+311
| | | | * Fixed jQuery.fn.height and jQuery.fn.width to properly pass on a value for setting the height and width of an element if passed in.
* Fixed a bunch of endline issues.1.0.2John Resig2006-10-101-306/+306
|
* * Applied patch for #204Brandon Aaron2006-10-071-67/+62
| | | | * Removed references to $ within dimensions.js
* added Brandon's offset functionPaul Bakaus2006-10-051-0/+138
|
* Added proposed fix for bug #201Jörn Zaefferer2006-09-171-2/+2
|
* Touched up the docs and formatting.John Resig2006-09-081-72/+81
|
* initial version of the new cross-browser compatible dimensions plugin, which ↵Paul Bakaus2006-09-081-0/+165
replaces height() and width() and adds other convenient stuff.