aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
Commit message (Expand)AuthorAgeFilesLines
* Landing pull request 340. Adds widows, orphans to cssNumber hash; includes te...Rick Waldron2011-04-221-1/+3
* 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 timmywil...John Resig2011-04-121-5/+5
|\
| * Changed $.sub internals to match sub naming, added some more spacing in some ...Timmy Willison2011-02-061-7/+7
* | 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 setti...louisremi2011-03-011-3/+4
* | | | 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
* | | 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 one...louisremi2011-02-231-1/+1
| |/ /
* | | Further fix for #3333, refactored marginRight css hook to use jQuery.swap and...Richard Worth2011-03-241-5/+8
* | | Fix missing semicolon.jeresig2011-03-241-1/+1
* | | Added css hook to work around bug in WebKit computed margin-right. Fixes #333...Richard Worth2011-03-241-0/+19
|/ /
* / 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. F...jeresig2010-11-091-2/+2
* Maintain returning 0px from width/height for disconnected nodes for backwards...jeresig2010-11-091-2/+7
* Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-2/+5
* Limit the scope of the CSS 'auto' change to just height/width. Fixes #7393.jeresig2010-11-031-2/+2
* Opera doesn't give height/width of display: none elements with getComputedSty...jeresig2010-11-031-6/+13
* Make sure that accessing computed CSS for elements returns 'auto' instead of ...jeresig2010-11-011-4/+5
* Make sure that .width()/.height() don't return NaN also standardize on return...jeresig2010-10-221-6/+2
* Make sure that the correct height/width of the elements is retreived. Fixes #...jeresig2010-10-221-2/+14
* Make sure that height/width getters work on hidden inputs and disconnected el...jeresig2010-10-221-0/+4
* Fixed getting styles from disconnected nodes. Fixes #7148.Scott González2010-10-111-0/+3
* Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into csno...John Resig2010-10-091-8/+3
|\
| * Fix :visible does not work properly when display:none is set directly on an e...Colin Snover2010-10-051-8/+3
* | Make sure null/NaN values aren't set in .css(). Fixes #7116.jeresig2010-10-091-1/+6
* | Prevent IE from throwing errors when setting RGBA values. Fixes #5509.Colin Snover2010-10-091-1/+5
|/
* Make sure setting opacity does not clobber other inline filters. Fixes #7101.Colin Snover2010-09-301-1/+1
* Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5...John Resig2010-09-281-1/+1
* Make setting .css(name, undefined) a no-op. Fixes #4388.John Resig2010-09-281-0/+5
* Make sure that opacity is being reset properly on a show animation. Additiona...jeresig2010-09-271-9/+13
* We can just use isNaN for this check in the IE opacity code.jeresig2010-09-271-1/+1
* Make sure the currentStyle property exists before attempting to access it.jeresig2010-09-271-3/+3
* Make sure that non-px values aren't manipulated before input to height/width.John Resig2010-09-211-1/+1
* Simplifying the camelCase logic used in the CSS and Effects modules.John Resig2010-09-171-2/+6
* Cleaning up some un-needed CSS code and adding back a temporary (deprecated) ...John Resig2010-09-171-7/+8