aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
Commit message (Collapse)AuthorAgeFilesLines
...
* jquery core: Closes #5189. Added a generic function to handle ↵Ariel Flesler2009-09-091-42/+8
| | | | getting/setting key-value/setting a hash.
* Broke out some of the inline RegExp from css.js. Goes towards fixing #4111.John Resig2009-07-191-12/+20
|
* Fixed various formatting issues in css.js.John Resig2009-07-191-23/+39
|
* Move cases of .replace(re, Function) out from inline (to avoid being ↵John Resig2009-07-191-7/+6
| | | | redeclared on every use). Fixes #4114.
* Standardizing on .test() and .exec() - moving away from using .match() for ↵John Resig2009-07-191-3/+3
| | | | RegExp. Fixes jQuery bug #4113.
* Added test for css(String, Function) and css(Object) where values are ↵Yehuda Katz2009-07-121-3/+8
| | | | Functions; fixed css(Object)
* tidy up fix for #3981, thanks matt kruseBrandon Aaron2009-05-141-9/+3
|
* opacity is now retrieved from stylesheet in IE. fixes #3981Brandon Aaron2009-05-141-3/+9
|
* fix for #4216. css now ignores negative numbers for width and height when ↵Brandon Aaron2009-04-221-4/+4
| | | | passed an object of props and vals.
* fix for #3546. css now works with other windows than just the one it was ↵Brandon Aaron2009-04-221-4/+4
| | | | loaded in.
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-0/+205