index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
*
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
*
Opera doesn't give height/width of display: none elements with getComputedSty...
jeresig
2010-11-03
1
-6
/
+13
*
Make sure that accessing computed CSS for elements returns 'auto' instead of ...
jeresig
2010-11-01
1
-4
/
+5
*
Make sure that .width()/.height() don't return NaN also standardize on return...
jeresig
2010-10-22
1
-6
/
+2
*
Make sure that the correct height/width of the elements is retreived. Fixes #...
jeresig
2010-10-22
1
-2
/
+14
*
Make sure that height/width getters work on hidden inputs and disconnected el...
jeresig
2010-10-22
1
-0
/
+4
*
Fixed getting styles from disconnected nodes. Fixes #7148.
Scott González
2010-10-11
1
-0
/
+3
*
Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into csno...
John Resig
2010-10-09
1
-8
/
+3
|
\
|
*
Fix :visible does not work properly when display:none is set directly on an e...
Colin Snover
2010-10-05
1
-8
/
+3
*
|
Make sure null/NaN values aren't set in .css(). Fixes #7116.
jeresig
2010-10-09
1
-1
/
+6
*
|
Prevent IE from throwing errors when setting RGBA values. Fixes #5509.
Colin Snover
2010-10-09
1
-1
/
+5
|
/
*
Make sure setting opacity does not clobber other inline filters. Fixes #7101.
Colin Snover
2010-09-30
1
-1
/
+1
*
Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5...
John Resig
2010-09-28
1
-1
/
+1
*
Make setting .css(name, undefined) a no-op. Fixes #4388.
John Resig
2010-09-28
1
-0
/
+5
*
Make sure that opacity is being reset properly on a show animation. Additiona...
jeresig
2010-09-27
1
-9
/
+13
*
We can just use isNaN for this check in the IE opacity code.
jeresig
2010-09-27
1
-1
/
+1
*
Make sure the currentStyle property exists before attempting to access it.
jeresig
2010-09-27
1
-3
/
+3
*
Make sure that non-px values aren't manipulated before input to height/width.
John Resig
2010-09-21
1
-1
/
+1
*
Simplifying the camelCase logic used in the CSS and Effects modules.
John Resig
2010-09-17
1
-2
/
+6
*
Cleaning up some un-needed CSS code and adding back a temporary (deprecated) ...
John Resig
2010-09-17
1
-7
/
+8
*
Make sure that empty height/width values are still set.
John Resig
2010-09-17
1
-4
/
+9
*
Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (cu...
jeresig
2010-09-16
1
-28
/
+56
*
Making some more adjustments to handle auto CSS properties.
John Resig
2010-09-13
1
-1
/
+1
*
Only set height/width if it's a non-negative number (don't set it to 0).
jeresig
2010-09-09
1
-1
/
+5
*
Another logic bug caught by furf in ad950c8c5992937640a1e1aca8d63bb476b001f6.
jeresig
2010-09-09
1
-1
/
+1
*
Make sure that the CSS hook getter isn't called if a forced computed style is...
jeresig
2010-09-09
1
-6
/
+5
*
Make sure that string values are returned from the height/width CSS properties.
jeresig
2010-09-09
1
-1
/
+1
*
Landing a bunch of bug fixes from furf's pull request at eefcbaebb31b89b5eb36...
jeresig
2010-09-09
1
-6
/
+10
*
Make sure that jQuery works even when the individual modules are loaded separ...
jeresig
2010-09-08
1
-0
/
+4
*
Broke more of the property-specific CSS logic out of the jQuery.css() function.
John Resig
2010-09-05
1
-30
/
+34
*
First pass at unifying the various CSS methods in jQuery (jQuery.style, jQuer...
John Resig
2010-09-05
1
-69
/
+45
*
Broke apart some of the browser-specific logic for CSS handling.
John Resig
2010-09-05
1
-95
/
+93
*
Some more minor formatting tweaks.
John Resig
2010-09-04
1
-4
/
+12
*
Tweaking the formatting from the previous commit.
John Resig
2010-09-04
1
-6
/
+4
*
First look at css hooks. These hooks provide a way to change how jQuery handl...
Brandon Aaron
2010-09-02
1
-32
/
+54
*
Only attempt to use the IE technique for setting opacity if the filter proper...
John Resig
2010-08-26
1
-1
/
+1
*
Made it so that you no longer need to build jQuery in order to run the test s...
jeresig
2010-03-23
1
-1
/
+1
[next]