aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
Commit message (Expand)AuthorAgeFilesLines
...
* Made outerHeight/outerWidth accept .outerWidth(true) to include the margin. I...John Resig2008-03-151-6/+3
* Imported the innerHeight and outerHeight methods from the Dimensions plugin.John Resig2008-03-151-0/+32
* Landed a minor fix for AIR (in the offset method).John Resig2008-02-061-1/+1
* offset: make sure there is a parent node to work on while calculating scroll ...Brandon Aaron2007-12-191-1/+1
* offset: make sure border width always gets calculated in pixelsBrandon Aaron2007-12-191-1/+1
* Fixed #2064Brandon Aaron2007-12-171-1/+1
* Fixed #1781 for warnings created on load by FF javascript.options.strict == t...David Serduke2007-12-161-2/+2
* Added more unit tests for offset. Fixed an offset issue relating to table hea...Brandon Aaron2007-12-121-12/+8
* offset now uses clientLeft and clientTop instead of calculating html border i...Brandon Aaron2007-12-041-6/+5
* offset: fixes for correct body offsets in safari and mozilla (thanks Wizzud)Brandon Aaron2007-09-261-26/+15
* offset: added fixed position support and fixed opera issue with borders on ab...Brandon Aaron2007-09-211-8/+31
* offset: do not add borders for table cellsBrandon Aaron2007-09-181-1/+1
* remove box global var from offsetBrandon Aaron2007-09-171-1/+1
* safari2 should just check the browser and versionBrandon Aaron2007-09-111-5/+5
* Include scroll offsets for everything but inline and table-row elementsBrandon Aaron2007-09-111-1/+1
* Couple of fixes to the offset methodBrandon Aaron2007-09-111-2/+2
* Reintroduced .offset() as a default include, added original author credits.John Resig2007-09-081-0/+3
* Added the new .offset() method, directly imported from Dimensions (heavily wo...John Resig2007-09-081-0/+88