aboutsummaryrefslogtreecommitdiffstats
path: root/src/dimensions.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-4/+4
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-2/+5
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-9/+5
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-101-2/+3
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Dimensions: Empty sets should return undefinedDave Methvin2015-11-101-1/+1
* Dimensions: outerWidth/Height include scrollbarDave Methvin2015-11-071-4/+4
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-4/+6
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-1/+3
* Support: clean up comments and Support notationDave Methvin2014-06-101-1/+1
* Apply consistent ordering in all modules. -38 bytes. Order modules like funct...Timmy Willison2013-09-091-0/+1
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-2/+3
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+5
* Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.Michał Z. Gołębiowski2013-03-121-2/+2
* Pass style declarations around for performance improvements and paving the wa...Mike Sherov2012-12-111-1/+1
* Fix #12283. Return null for dimension getters on non elements. Fix gh-900.Mike Sherov2012-08-191-1/+1
* Follow the style guide, lose 72 bytes! Closes gh-840.Mike Sherov2012-07-091-8/+5
* Fixe dimensions tests. No core code changes. Supplements #11856Mike Sherov2012-06-061-1/+1
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-4/+0
* Fix #11724, $(document).height() in Firefox 12. Closes gh-802.Mike Sherov2012-05-311-10/+4
* Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788.Richard Gibson2012-05-241-62/+44
* Fix #10877. Make outerWidth/Height a setter. Closes gh-783.Mike Sherov2012-05-211-21/+21
* Fix #6724, though the Mobile Safari wound remains. Closes gh-764.Matt Farmer2012-05-141-6/+5
* Fix 11004. getWH() box-sizing:border-box includes padding and border.Mike Sherov2012-04-101-1/+1
* Speed up .css() by eliminating the middleman.Mike Sherov2012-04-051-1/+1
* Fix #3838, $(document).height() incorrect in IE6Mike Sherov2012-03-021-1/+9
* Fix #7986. $.support.boxModel shan't be fooled by page-level CSS.Mike Sherov2012-02-241-1/+1
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-41/+32
* Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.Dave Methvin2011-10-111-1/+1
* Add support for calling outer/inner Width/Height on the window and document. ...timmywil2011-09-301-2/+6
* Make sure body is defined before attempting to use its properties. This check...scottjehl2011-08-021-2/+3
* Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Sup...timmywil2011-06-061-3/+3
* Move window/document test to dimensions for consistencytimmywil2011-05-251-6/+6
* Return null for outer/inner width/height calls on window/document. Fixes #7557.timmywil2011-05-251-4/+6
* Revised the Nokia support fallback. It turns out that Nokia supports the docu...scottjehl2011-01-191-2/+4
* set name to lowercase, since it's passed as initial capsscottjehl2011-01-131-1/+1
* Merge branch 'master' of https://github.com/jquery/jqueryscottjehl2011-01-131-1/+1
|\
| * Clean trailing whitespace from all files.Colin Snover2010-12-301-1/+1
* | Getting window dimensions currently fails in Nokia browsers, causing JS error...scottjehl2010-12-221-1/+1
|/
* Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-1/+3
* Make sure that .width()/.height() don't return NaN also standardize on return...jeresig2010-10-221-20/+22
* Unify the means of detecting a window across the library. Fixes jQuery UI bug...jeresig2010-09-221-1/+1
* Derp, had parseInt on the brain. Thanks karbassi in 6541eb9d80db42c6ced396fcd...John Resig2010-09-171-3/+3
* Cleaning up some un-needed CSS code and adding back a temporary (deprecated) ...John Resig2010-09-171-2/+2
* Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...jeresig2010-09-161-2/+2
* Make sure that height/width methods return numbers instead of strings.jeresig2010-09-091-3/+3
* Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-0/+4
* First pass at unifying the various CSS methods in jQuery (jQuery.style, jQuer...John Resig2010-09-051-2/+2
* Added in .height(fn) and .width(fn) support. Fixes #5915.jeresig2010-01-231-0/+7