aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #1781 for warnings created on load by FF javascript.options.strict == ↵David Serduke2007-12-161-2/+2
| | | | true.
* Added more unit tests for offset. Fixed an offset issue relating to table ↵Brandon Aaron2007-12-121-12/+8
| | | | header cells in Opera
* offset now uses clientLeft and clientTop instead of calculating html border ↵Brandon Aaron2007-12-041-6/+5
| | | | in IE
* 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 ↵Brandon Aaron2007-09-211-8/+31
| | | | absolute and relative parents
* 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 ↵John Resig2007-09-081-0/+88
worked over by both Brandon and John). Original source: http://brandonaaron.net/jquery/issues/dimensions/new_offset/jquery.offset.js