Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revised the Nokia support fallback. It turns out that Nokia supports the ↵ | scottjehl | 2011-01-19 | 1 | -2/+4 |
| | | | | documentElement property but does not define document.compatMode. Adding this third fallback allows Nokia to run jQuery error-free and return proper values for window width and height. | ||||
* | set name to lowercase, since it's passed as initial caps | scottjehl | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/jquery/jquery | scottjehl | 2011-01-13 | 1 | -1/+1 |
|\ | |||||
| * | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -1/+1 |
| | | |||||
* | | Getting window dimensions currently fails in Nokia browsers, causing JS ↵ | scottjehl | 2010-12-22 | 1 | -1/+1 |
|/ | | | | error (and consequently making jQuery Mobile fail to render the page). Based on a tip from Ben Nolan, this fix returns window.screen[width|height] if the other attempts at getting window dimensions fail. On mobile at least, it seems to make sense, and on desktop (assuming this issue would ever show up on desktop), this might be better than returning false or undefined. | ||||
* | Make sure that when multiple variables are being declared that assignments ↵ | John Resig | 2010-11-09 | 1 | -1/+3 |
| | | | | are each done on their own line. | ||||
* | Make sure that .width()/.height() don't return NaN also standardize on ↵ | jeresig | 2010-10-22 | 1 | -20/+22 |
| | | | | returning instead of auto for default values (which is what we do elsewhere in .css() as well). Fixes #7225. | ||||
* | Unify the means of detecting a window across the library. Fixes jQuery UI ↵ | jeresig | 2010-09-22 | 1 | -1/+1 |
| | | | | bug #5438 and jQuery bugs #6575 and 6088. | ||||
* | Derp, had parseInt on the brain. Thanks karbassi in ↵ | John Resig | 2010-09-17 | 1 | -3/+3 |
| | | | | 6541eb9d80db42c6ced396fcd198228bff9ec7f1. | ||||
* | Cleaning up some un-needed CSS code and adding back a temporary (deprecated) ↵ | John Resig | 2010-09-17 | 1 | -2/+2 |
| | | | | curCSS method. | ||||
* | Split apart jQuery.css into jQuery.css (computed values) and jQuery.style ↵ | jeresig | 2010-09-16 | 1 | -2/+2 |
| | | | | (currently set values). | ||||
* | Make sure that height/width methods return numbers instead of strings. | jeresig | 2010-09-09 | 1 | -3/+3 |
| | |||||
* | Make sure that jQuery works even when the individual modules are loaded ↵ | jeresig | 2010-09-08 | 1 | -0/+4 |
| | | | | separately AND jQuery.noConflict(true) is used. Fixes #7011. | ||||
* | First pass at unifying the various CSS methods in jQuery (jQuery.style, ↵ | John Resig | 2010-09-05 | 1 | -2/+2 |
| | | | | jQuery.curCSS, and jQuery.css are now all under jQuery.css). | ||||
* | Added in .height(fn) and .width(fn) support. Fixes #5915. | jeresig | 2010-01-23 | 1 | -0/+7 |
| | |||||
* | Made a number of spacing changes to bring the code more-inline with the ↵ | jeresig | 2009-12-21 | 1 | -3/+3 |
| | | | | jQuery Core Style Guideline. | ||||
* | Make sure that calling .width(num) or .height(num) on an empty set returns ↵ | John Resig | 2009-12-09 | 1 | -1/+4 |
| | | | | the empty set. Fixes #5600. | ||||
* | added curly braces around all if/else statements | Karl Swedberg | 2009-11-28 | 1 | -1/+1 |
| | |||||
* | Switching to use a better check for if the node is a document. | John Resig | 2009-07-18 | 1 | -1/+1 |
| | |||||
* | width, height, scrollLeft, and scrollTop now work with windows and documents ↵ | Brandon Aaron | 2009-04-22 | 1 | -8/+10 |
| | | | | other than just the one it was loaded in (like iframes and popups) | ||||
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | fix for #4399, removing unused variables | Brandon Aaron | 2009-03-22 | 1 | -3/+1 |
| | |||||
* | jquery dimensions: removed redundant code | Ariel Flesler | 2009-03-06 | 1 | -5/+3 |
| | |||||
* | Added some significant speed-ups to height/width checks, thanks to some code ↵ | John Resig | 2009-02-13 | 1 | -10/+9 |
| | | | | and investigation by Mike Helgeson. Fixes #3082. | ||||
* | Added the new jQuery.support object and removed all uses of jQuery.browser ↵ | John Resig | 2008-12-21 | 1 | -0/+27 |
| | | | | from within jQuery itself (while simultaneously deprecating the use of jQuery.browser). | ||||
* | jquery dimensions & offset: moving the local function 'num' to core, so it ↵ | Ariel Flesler | 2008-05-15 | 1 | -5/+1 |
| | | | | can be safely used by both modules. | ||||
* | jquery dimensions: reducing the code size. | Ariel Flesler | 2008-05-14 | 1 | -5/+4 |
| | |||||
* | jquery: removing unnecessary trailing and leading spaces & tabs. | Ariel Flesler | 2008-05-13 | 1 | -7/+7 |
| | |||||
* | core: make sure all source files end with a single blank line. | Scott González | 2008-04-30 | 1 | -1/+1 |
| | |||||
* | core: Adding missing radix for paresInt. | Scott González | 2008-04-29 | 1 | -1/+1 |
| | |||||
* | Merged dimensions with core | Brandon Aaron | 2008-04-29 | 1 | -0/+28 |