| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
object (fixes ticket #5888)
|
|
|
|
| |
order (doubtful).
|
| |
|
|
|
|
| |
use a single empty function. Thanks to Matt Kruse for the suggestion.
|
| |
|
|
|
|
| |
jQuery Core Style Guideline.
|
|
|
|
| |
getBoundingClientRect did (which isn't the case on the Playstation 3). Fixes #5467.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #4922.
|
|
|
|
| |
etc.).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
other than just the one it was loaded in (like iframes and popups)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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)
|
| |
|
| |
|