aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
Commit message (Expand)AuthorAgeFilesLines
...
* 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