index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
css.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Removing unnecessary parens from :hidden.
jeresig
2009-12-03
1
-3
/
+4
*
Fix css("opacity") to not clobber other filters in IE. Closes #4707.
Yehuda Katz
2009-12-01
1
-2
/
+3
*
added missing radix parameter for parseInt()
Karl Swedberg
2009-11-28
1
-1
/
+1
*
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes...
John Resig
2009-11-11
1
-2
/
+2
*
Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app...
John Resig
2009-10-26
1
-0
/
+16
*
jquery core: Closes #5189. Added a generic function to handle getting/setting...
Ariel Flesler
2009-09-09
1
-42
/
+8
*
Broke out some of the inline RegExp from css.js. Goes towards fixing #4111.
John Resig
2009-07-19
1
-12
/
+20
*
Fixed various formatting issues in css.js.
John Resig
2009-07-19
1
-23
/
+39
*
Move cases of .replace(re, Function) out from inline (to avoid being redeclar...
John Resig
2009-07-19
1
-7
/
+6
*
Standardizing on .test() and .exec() - moving away from using .match() for Re...
John Resig
2009-07-19
1
-3
/
+3
*
Added test for css(String, Function) and css(Object) where values are Functio...
Yehuda Katz
2009-07-12
1
-3
/
+8
*
tidy up fix for #3981, thanks matt kruse
Brandon Aaron
2009-05-14
1
-9
/
+3
*
opacity is now retrieved from stylesheet in IE. fixes #3981
Brandon Aaron
2009-05-14
1
-3
/
+9
*
fix for #4216. css now ignores negative numbers for width and height when pas...
Brandon Aaron
2009-04-22
1
-4
/
+4
*
fix for #3546. css now works with other windows than just the one it was load...
Brandon Aaron
2009-04-22
1
-4
/
+4
*
decoupling styles retrieval from the attr method
Brandon Aaron
2009-03-22
1
-0
/
+205
[prev]