| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Additionally landed some improvements from #3770 which dramatically reduce the filesize. The final minifed + gzipped size of jQuery went from 19817 bytes to 18063 bytes.
|
| |
|
| |
|
|
|
|
| |
Object.prototype.toString to verify the type, .constructor use was removed in favor of typeof, typeof checks now use ===, undefined checks use === undefined. All of this is outlined in the new style guidelines: http://docs.jquery.com/JQuery_Core_Style_Guidelines#Type_Checks. Fixes bug #3618.
|
| |
|
| |
|
|
|
|
| |
browsers for fixed position elements.
|
|
|
|
| |
correct values with getBoundingClientRect on the body element
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
If any options are passed in it's assumed that you want the margin included.
|
| |
|
| |
|
|
|
|
| |
offsets (#2073)
|
| |
|
| |
|
|
|
|
| |
true.
|
|
|
|
| |
header cells in Opera
|
|
|
|
| |
in IE
|
| |
|
|
|
|
| |
absolute and relative parents
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
worked over by both Brandon and John).
Original source:
http://brandonaaron.net/jquery/issues/dimensions/new_offset/jquery.offset.js
|