aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
Commit message (Collapse)AuthorAgeFilesLines
* Landing pull request 553. Fallback to elem.style for disconnected nodes in ↵Mike Sherov2011-10-221-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 Methvin2011-10-111-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. ↵timmywil2011-09-191-1/+1
| | | | Fixes #10267.
* Landing pull request 476. Fix lint complaints about unescaped -. Follow up ↵rwldrn2011-08-261-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 Methvin2011-08-161-1/+1
|
* Save a few bytes, thanks @danheberden!Dave Methvin2011-08-161-2/+2
|
* Fixes #10021. Allow negative relative values for `.css()` (e.g., ↵Dave Methvin2011-08-161-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 attributeCorey Frang2011-07-131-2/+2
|
* CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - ↵gnarf2011-06-201-6/+17
| | | | REMOVE FILTER:ALPHA(OPACITY=100) AFTER ANIMATION
* Landing pull request 413. Move border/padding checks to after width ↵Mike Sherov2011-06-171-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.rwldrn2011-06-141-4/+5
| | | | | | More Details: - https://github.com/jquery/jquery/pull/409 - http://bugs.jquery.com/ticket/9548
* Remove fellback in width/height cssHooktimmywil2011-06-071-1/+1
|
* Optimize width/height retrieval (moved logic to getWH, removed adjustWH). ↵timmywil2011-06-061-62/+39
| | | | Supplements #9441, #9300.
* Add margin after checking width. Add tests. Fixes #9441. Fixes #9300.Mike Sherov2011-06-061-21/+46
|
* Move window/document test to dimensions for consistencytimmywil2011-05-251-5/+0
|
* Return null for outer/inner width/height calls on window/document. Fixes #7557.timmywil2011-05-251-1/+5
|
* Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.rwldrn2011-05-251-10/+1
| | | | | | More Details: - https://github.com/jquery/jquery/pull/383 - http://bugs.jquery.com/ticket/9368
* Style edits for pull request 375timmywil2011-05-131-1/+1
|
* Landing pull request 375. Added test case to support #9237 Fixes #9237.avaly2011-05-131-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 Waldron2011-04-221-1/+3
| | | | | | | | tests. Fixes #8936. More Details: - https://github.com/jquery/jquery/pull/340 - http://bugs.jquery.com/ticket/8936
* removing regexJordan Boesch2011-04-151-1/+0
|
* revert to old code, bug is invalidJordan Boesch2011-04-151-33/+12
|
* Adds box-sizing check for IE9 inputs and buttonstimmywil2011-04-141-1/+2
|
* Fix formatting of pull 325. Fixes #4146.jeresig2011-04-141-13/+20
|
* fixing bug 4146 - round 2!Jordan Boesch2011-04-131-17/+31
|
* Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into ↵John Resig2011-04-121-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 Willison2011-02-061-7/+7
| | | | | | | | areas for readability
* | resolve more conflictslouisremi2011-04-121-4/+0
| |
* | merge with master and resolve more conflictslouisremi2011-04-121-7/+18
|\ \
| * | Some minor code cleanup.jeresig2011-04-121-5/+5
| | |
| * | Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402jeresig2011-04-121-6/+12
| |\ \
| | * | replace cssPropsAware branchlouisremi2011-04-111-6/+12
| | | |
| * | | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403jeresig2011-04-121-3/+4
| |\ \ \ | | |/ / | |/| |
| | * | double quotes, againlouisremi2011-04-111-1/+1
| | | |
| | * | fixing both #8403 and #8401: jQuery \"bulldozes\" other IE filters when ↵louisremi2011-03-011-3/+4
| | | | | | | | | | | | | | | | setting opacity
* | | | first batchlouisremi2011-04-111-2/+2
|/ / /
* | | Improve relative string performance in .css and some code cleanupDan Heberden2011-04-041-9/+10
| | |
* | | Bug 7345; Add support for explicit/relative string values in .css - modified ↵Dan Heberden2011-04-041-1/+9
| | | | | | | | | | | | from original pull req by brandonaron #78
* | | Merge branch 'fix_8346' of https://github.com/lrbabe/jquery into lrbabe-fix_8346John Resig2011-03-301-1/+2
|\ \ \
| * | | comments for workarounds are always welcome.louisremi2011-02-231-0/+1
| | | |
| * | | fix the regular expression that turns camel-case properties to lower-case ↵louisremi2011-02-231-1/+1
| |/ / | | | | | | | | | ones for IE9. Fixes #8346
* | | Further fix for #3333, refactored marginRight css hook to use jQuery.swap ↵Richard Worth2011-03-241-5/+8
| | | | | | | | | | | | and computed. Thanks timmywil
* | | Fix missing semicolon.jeresig2011-03-241-1/+1
| | |
* | | Added css hook to work around bug in WebKit computed margin-right. Fixes ↵Richard Worth2011-03-241-0/+19
|/ / | | | | | | #3333 - .css("marginRight") is incorrect in WebKit
* / Fix some whitespace issues.Anton M2011-02-151-1/+1
|/
* Bug #7608 elem.runtimeStyle throws exception in Operarwldrn2011-01-051-4/+8
|
* Need to also handle the case where 'auto' is being returned, as in Firefox. ↵jeresig2010-11-091-2/+2
| | | | Follow-up to #7395.
* Maintain returning 0px from width/height for disconnected nodes for ↵jeresig2010-11-091-2/+7
| | | | backwards compat, for now. Fixes #7395.
* Make sure that when multiple variables are being declared that assignments ↵John Resig2010-11-091-2/+5
| | | | are each done on their own line.
* Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.jeresig2010-11-031-2/+2
|