Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #11119: The curCSS function needs only 2 arguments | cmc3cn | 2012-01-11 | 1 | -3/+3 |
| | |||||
* | When the width/height computed unit is not pixels, return that instead. ↵ | timmywil | 2011-12-12 | 1 | -84/+92 |
| | | | | | | Fixes #10782. - Reordered some of css.js in preparation for jshint undef. | ||||
* | Fix #10858: CSS regexps recognize non-integer and explicit positive numbers. | Richard Gibson | 2011-12-08 | 1 | -15/+7 |
| | |||||
* | Fix #8498. Add cssHooks[prop].expand for use by animate(). | Mike Sherov | 2011-12-08 | 1 | -17/+43 |
| | |||||
* | Fix #10639. Make percent-specified margins return px values in WebKit. | Mike Sherov | 2011-12-06 | 1 | -2/+13 |
| | |||||
* | Fix #10796. Allow IE<9 to retrieve uncomputed styles. | Mike Sherov | 2011-12-06 | 1 | -3/+3 |
| | |||||
* | Fix #10754. Have jQuery.swap() return the value of its callback. | Mike Sherov | 2011-12-06 | 1 | -14/+11 |
| | |||||
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -7/+2 |
| | |||||
* | use for loop instead of jQuery.each in getWH() | Mike Sherov | 2011-11-10 | 1 | -11/+13 |
| | |||||
* | Streamline getComputedStyle per @JustinDrake's observation. | Dave Methvin | 2011-11-06 | 1 | -5/+2 |
| | |||||
* | Fix a failing effects test in IE; minor style changes in effects | timmywil | 2011-11-01 | 1 | -3/+5 |
| | |||||
* | Landing pull request 562. Make sure runtimeStyle isn't affected by ↵ | Mike Sherov | 2011-10-28 | 1 | -2/+3 |
| | | | | | | | | dimensions. Fixes #9233. More Details: - https://github.com/jquery/jquery/pull/562 - http://bugs.jquery.com/ticket/9233 | ||||
* | Cleanup spacing in css.js. Fixes #10601 | Rick Waldron | 2011-10-27 | 1 | -2/+2 |
| | |||||
* | Landing pull request 553. Fallback to elem.style for disconnected nodes in ↵ | Mike Sherov | 2011-10-22 | 1 | -0/+4 |
| | | | | | | | | | width/height retrieval. Fixes #8388. More Details: - https://github.com/jquery/jquery/pull/553 - http://bugs.jquery.com/ticket/10254 - http://bugs.jquery.com/ticket/8388 | ||||
* | Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. | Dave Methvin | 2011-10-11 | 1 | -1/+1 |
| | | | | Thanks to Christian C. Salvadó for the unit tests! | ||||
* | Call .is(:visible) on the window or document does not thrown an error in IE. ↵ | timmywil | 2011-09-19 | 1 | -1/+1 |
| | | | | Fixes #10267. | ||||
* | Landing pull request 476. Fix lint complaints about unescaped -. Follow up ↵ | rwldrn | 2011-08-26 | 1 | -1/+1 |
| | | | | | | | | to #10021 Fixes #10021. More Details: - https://github.com/jquery/jquery/pull/476 - http://bugs.jquery.com/ticket/10021 | ||||
* | Check for null before isNaN(). | Dave Methvin | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | Save a few bytes, thanks @danheberden! | Dave Methvin | 2011-08-16 | 1 | -2/+2 |
| | |||||
* | Fixes #10021. Allow negative relative values for `.css()` (e.g., ↵ | Dave Methvin | 2011-08-16 | 1 | -9/+8 |
| | | | | `"+=-20px"`) since `.animate()` already allows it. Useful for when the relative value is a variable. | ||||
* | Trying .removeAttribute instead of the regexp to remove the filter attribute | Corey Frang | 2011-07-13 | 1 | -2/+2 |
| | |||||
* | CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - ↵ | gnarf | 2011-06-20 | 1 | -6/+17 |
| | | | | REMOVE FILTER:ALPHA(OPACITY=100) AFTER ANIMATION | ||||
* | Landing pull request 413. Move border/padding checks to after width ↵ | Mike Sherov | 2011-06-17 | 1 | -11/+10 |
| | | | | | | | | | | validation to avoid unnecessary fallbacks. Fixes #9598. More Details: - https://github.com/jquery/jquery/pull/413 - http://bugs.jquery.com/ticket/9300 - http://bugs.jquery.com/ticket/9441 - http://bugs.jquery.com/ticket/9598 | ||||
* | Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548. | rwldrn | 2011-06-14 | 1 | -4/+5 |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/409 - http://bugs.jquery.com/ticket/9548 | ||||
* | Remove fellback in width/height cssHook | timmywil | 2011-06-07 | 1 | -1/+1 |
| | |||||
* | Optimize width/height retrieval (moved logic to getWH, removed adjustWH). ↵ | timmywil | 2011-06-06 | 1 | -62/+39 |
| | | | | Supplements #9441, #9300. | ||||
* | Add margin after checking width. Add tests. Fixes #9441. Fixes #9300. | Mike Sherov | 2011-06-06 | 1 | -21/+46 |
| | |||||
* | Move window/document test to dimensions for consistency | timmywil | 2011-05-25 | 1 | -5/+0 |
| | |||||
* | Return null for outer/inner width/height calls on window/document. Fixes #7557. | timmywil | 2011-05-25 | 1 | -1/+5 |
| | |||||
* | Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368. | rwldrn | 2011-05-25 | 1 | -10/+1 |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/383 - http://bugs.jquery.com/ticket/9368 | ||||
* | Style edits for pull request 375 | timmywil | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Landing pull request 375. Added test case to support #9237 Fixes #9237. | avaly | 2011-05-13 | 1 | -0/+2 |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/375 - http://bugs.jquery.com/ticket/9237 | ||||
* | Landing pull request 340. Adds widows, orphans to cssNumber hash; includes ↵ | Rick Waldron | 2011-04-22 | 1 | -1/+3 |
| | | | | | | | | tests. Fixes #8936. More Details: - https://github.com/jquery/jquery/pull/340 - http://bugs.jquery.com/ticket/8936 | ||||
* | removing regex | Jordan Boesch | 2011-04-15 | 1 | -1/+0 |
| | |||||
* | revert to old code, bug is invalid | Jordan Boesch | 2011-04-15 | 1 | -33/+12 |
| | |||||
* | Adds box-sizing check for IE9 inputs and buttons | timmywil | 2011-04-14 | 1 | -1/+2 |
| | |||||
* | Fix formatting of pull 325. Fixes #4146. | jeresig | 2011-04-14 | 1 | -13/+20 |
| | |||||
* | fixing bug 4146 - round 2! | Jordan Boesch | 2011-04-13 | 1 | -17/+31 |
| | |||||
* | Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into ↵ | John Resig | 2011-04-12 | 1 | -5/+5 |
|\ | | | | | | | | | | | | | | | | | timmywil-Sub_Naming Conflicts: src/core.js src/css.js src/event.js | ||||
| * | Changed $.sub internals to match sub naming, added some more spacing in some ↵ | Timmy Willison | 2011-02-06 | 1 | -7/+7 |
| | | | | | | | | areas for readability | ||||
* | | resolve more conflicts | louisremi | 2011-04-12 | 1 | -4/+0 |
| | | |||||
* | | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 1 | -7/+18 |
|\ \ | |||||
| * | | Some minor code cleanup. | jeresig | 2011-04-12 | 1 | -5/+5 |
| | | | |||||
| * | | Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402 | jeresig | 2011-04-12 | 1 | -6/+12 |
| |\ \ | |||||
| | * | | replace cssPropsAware branch | louisremi | 2011-04-11 | 1 | -6/+12 |
| | | | | |||||
| * | | | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403 | jeresig | 2011-04-12 | 1 | -3/+4 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | double quotes, again | louisremi | 2011-04-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | fixing both #8403 and #8401: jQuery \"bulldozes\" other IE filters when ↵ | louisremi | 2011-03-01 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | setting opacity | ||||
* | | | | first batch | louisremi | 2011-04-11 | 1 | -2/+2 |
|/ / / | |||||
* | | | Improve relative string performance in .css and some code cleanup | Dan Heberden | 2011-04-04 | 1 | -9/+10 |
| | | |