| Commit message (Expand) | Author | Age | Files | Lines |
* | Landing pull request 553. Fallback to elem.style for disconnected nodes in wi... | Mike Sherov | 2011-10-22 | 1 | -0/+4 |
* | Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. | Dave Methvin | 2011-10-11 | 1 | -1/+1 |
* | Call .is(:visible) on the window or document does not thrown an error in IE. ... | timmywil | 2011-09-19 | 1 | -1/+1 |
* | Landing pull request 476. Fix lint complaints about unescaped -. Follow up to... | rwldrn | 2011-08-26 | 1 | -1/+1 |
* | 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., `"+=-20px"`)... | Dave Methvin | 2011-08-16 | 1 | -9/+8 |
* | 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 - REMOV... | gnarf | 2011-06-20 | 1 | -6/+17 |
* | Landing pull request 413. Move border/padding checks to after width validatio... | Mike Sherov | 2011-06-17 | 1 | -11/+10 |
* | Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548. | rwldrn | 2011-06-14 | 1 | -4/+5 |
* | Remove fellback in width/height cssHook | timmywil | 2011-06-07 | 1 | -1/+1 |
* | Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Sup... | timmywil | 2011-06-06 | 1 | -62/+39 |
* | 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 |
* | 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 |
* | Landing pull request 340. Adds widows, orphans to cssNumber hash; includes te... | Rick Waldron | 2011-04-22 | 1 | -1/+3 |
* | 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 timmywil... | John Resig | 2011-04-12 | 1 | -5/+5 |
|\ |
|
| * | Changed $.sub internals to match sub naming, added some more spacing in some ... | Timmy Willison | 2011-02-06 | 1 | -7/+7 |
* | | 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 setti... | louisremi | 2011-03-01 | 1 | -3/+4 |
* | | | | 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 |
* | | | Bug 7345; Add support for explicit/relative string values in .css - modified ... | Dan Heberden | 2011-04-04 | 1 | -1/+9 |
* | | | Merge branch 'fix_8346' of https://github.com/lrbabe/jquery into lrbabe-fix_8346 | John Resig | 2011-03-30 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | comments for workarounds are always welcome. | louisremi | 2011-02-23 | 1 | -0/+1 |
| * | | | fix the regular expression that turns camel-case properties to lower-case one... | louisremi | 2011-02-23 | 1 | -1/+1 |
| |/ / |
|
* | | | Further fix for #3333, refactored marginRight css hook to use jQuery.swap and... | Richard Worth | 2011-03-24 | 1 | -5/+8 |
* | | | Fix missing semicolon. | jeresig | 2011-03-24 | 1 | -1/+1 |
* | | | Added css hook to work around bug in WebKit computed margin-right. Fixes #333... | Richard Worth | 2011-03-24 | 1 | -0/+19 |
|/ / |
|
* / | Fix some whitespace issues. | Anton M | 2011-02-15 | 1 | -1/+1 |
|/ |
|
* | Bug #7608 elem.runtimeStyle throws exception in Opera | rwldrn | 2011-01-05 | 1 | -4/+8 |
* | Need to also handle the case where 'auto' is being returned, as in Firefox. F... | jeresig | 2010-11-09 | 1 | -2/+2 |
* | Maintain returning 0px from width/height for disconnected nodes for backwards... | jeresig | 2010-11-09 | 1 | -2/+7 |
* | Make sure that when multiple variables are being declared that assignments ar... | John Resig | 2010-11-09 | 1 | -2/+5 |
* | Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393. | jeresig | 2010-11-03 | 1 | -2/+2 |