git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Merge branch 'master' of git://github.com/jquery/jquery into fixedbuild
[jquery.git]
/
src
/
css.js
2011-03-24
Richard Worth
Further fix for #3333, refactored marginRight css hook...
blob
|
commitdiff
2011-03-24
jeresig
Fix missing semicolon.
blob
|
commitdiff
|
diff to current
2011-03-24
Richard Worth
Added css hook to work around bug in WebKit computed...
blob
|
commitdiff
|
diff to current
2011-02-15
Anton M
Fix some whitespace issues.
blob
|
commitdiff
|
diff to current
2011-01-14
jeresig
Revert "Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367...
blob
|
commitdiff
|
diff to current
2011-01-09
Colin Snover
Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which...
blob
|
commitdiff
|
diff to current
2011-01-05
rwldrn
Bug #7608 elem.runtimeStyle throws exception in Opera
blob
|
commitdiff
|
diff to current
2010-11-10
jeresig
Need to also handle the case where 'auto' is being...
blob
|
commitdiff
|
diff to current
2010-11-10
jeresig
Maintain returning 0px from width/height for disconnect...
blob
|
commitdiff
|
diff to current
2010-11-09
John Resig
Make sure that when multiple variables are being declar...
blob
|
commitdiff
|
diff to current
2010-11-03
jeresig
Limit the scope of the CSS 'auto' change to just height...
blob
|
commitdiff
|
diff to current
2010-11-03
jeresig
Limit the scope of the CSS 'auto' change to just height...
blob
|
commitdiff
|
diff to current
2010-11-03
jeresig
Opera doesn't give height/width of display: none elemen...
blob
|
commitdiff
|
diff to current
2010-11-01
jeresig
Make sure that accessing computed CSS for elements...
blob
|
commitdiff
|
diff to current
2010-10-22
jeresig
Make sure that .width()/.height() don't return NaN...
blob
|
commitdiff
|
diff to current
2010-10-22
jeresig
Make sure that the correct height/width of the elements...
blob
|
commitdiff
|
diff to current
2010-10-22
jeresig
Make sure that height/width getters work on hidden...
blob
|
commitdiff
|
diff to current
2010-10-11
Scott González
Fixed getting styles from disconnected nodes. Fixes...
blob
|
commitdiff
|
diff to current
2010-10-09
John Resig
Merge branch 'animate-nonblock' of github.com/csnover...
blob
|
commitdiff
|
diff to current
2010-10-09
jeresig
Make sure null/NaN values aren't set in .css(). Fixes...
blob
|
commitdiff
|
diff to current
2010-10-09
Colin Snover
Prevent IE from throwing errors when setting RGBA value...
blob
|
commitdiff
|
diff to current
2010-10-05
Colin Snover
Fix :visible does not work properly when display:none...
blob
|
commitdiff
|
diff to current
2010-09-30
Colin Snover
Make sure setting opacity does not clobber other inline...
blob
|
commitdiff
|
diff to current
2010-09-28
John Resig
Make sure that mixed case alpha filters are handled...
blob
|
commitdiff
|
diff to current
2010-09-28
John Resig
Make setting .css(name, undefined) a no-op. Fixes ...
blob
|
commitdiff
|
diff to current
2010-09-27
jeresig
Make sure that opacity is being reset properly on a...
blob
|
commitdiff
|
diff to current
2010-09-27
jeresig
We can just use isNaN for this check in the IE opacity...
blob
|
commitdiff
|
diff to current
2010-09-27
jeresig
Make sure the currentStyle property exists before attem...
blob
|
commitdiff
|
diff to current
2010-09-21
John Resig
Make sure that non-px values aren't manipulated before...
blob
|
commitdiff
|
diff to current
2010-09-17
John Resig
Simplifying the camelCase logic used in the CSS and...
blob
|
commitdiff
|
diff to current
2010-09-17
John Resig
Cleaning up some un-needed CSS code and adding back...
blob
|
commitdiff
|
diff to current
2010-09-17
John Resig
Make sure that empty height/width values are still...
blob
|
commitdiff
|
diff to current
2010-09-16
jeresig
Split apart jQuery.css into jQuery.css (computed values...
blob
|
commitdiff
|
diff to current
2010-09-13
John Resig
Making some more adjustments to handle auto CSS properties.
blob
|
commitdiff
|
diff to current
2010-09-09
jeresig
Only set height/width if it's a non-negative number...
blob
|
commitdiff
|
diff to current
2010-09-09
jeresig
Another logic bug caught by furf in ad950c8c5992937640a...
blob
|
commitdiff
|
diff to current
2010-09-09
jeresig
Make sure that the CSS hook getter isn't called if...
blob
|
commitdiff
|
diff to current
2010-09-09
jeresig
Make sure that string values are returned from the...
blob
|
commitdiff
|
diff to current
2010-09-09
jeresig
Landing a bunch of bug fixes from furf's pull request...
blob
|
commitdiff
|
diff to current
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
blob
|
commitdiff
|
diff to current
2010-09-08
jeresig
Make sure that jQuery works even when the individual...
blob
|
commitdiff
|
diff to current
2010-09-05
John Resig
Broke more of the property-specific CSS logic out of...
blob
|
commitdiff
|
diff to current
2010-09-05
John Resig
First pass at unifying the various CSS methods in jQuer...
blob
|
commitdiff
|
diff to current
2010-09-05
John Resig
Broke apart some of the browser-specific logic for...
blob
|
commitdiff
|
diff to current
2010-09-05
John Resig
Some more minor formatting tweaks.
blob
|
commitdiff
|
diff to current
2010-09-05
John Resig
Tweaking the formatting from the previous commit.
blob
|
commitdiff
|
diff to current
2010-09-03
Brandon Aaron
First look at css hooks. These hooks provide a way...
blob
|
commitdiff
|
diff to current
2010-08-26
John Resig
Only attempt to use the IE technique for setting opacit...
blob
|
commitdiff
|
diff to current
2010-06-20
jeresig
Made it so that you no longer need to build jQuery...
blob
|
commitdiff
|
diff to current
2010-03-23
jeresig
Made it so that you no longer need to build jQuery...
blob
|
commitdiff
|
diff to current
2010-03-02
jeresig
More changes to get jQuery in line with JSLint.
blob
|
commitdiff
|
diff to current
2010-03-01
jeresig
Made some code tweaks related to running jQuery through...
blob
|
commitdiff
|
diff to current
2009-12-22
jeresig
Standardize on using double-quotes for string literals.
blob
|
commitdiff
|
diff to current
2009-12-22
jeresig
Made a number of spacing changes to bring the code...
blob
|
commitdiff
|
diff to current
2009-12-10
John Resig
Make sure that the defaultView exists before attempting...
blob
|
commitdiff
|
diff to current
2009-12-10
John Resig
Made sure that css('width') and height returned string...
blob
|
commitdiff
|
diff to current
2009-12-05
jeresig
Made sure that css() in IE handles negative non-px...
blob
|
commitdiff
|
diff to current
2009-12-05
jeresig
Minor syntactical changes to :visible and :hidden.
blob
|
commitdiff
|
diff to current
2009-12-05
Yehuda Katz
Fixes a bug I introduced
blob
|
commitdiff
|
diff to current
2009-12-03
jeresig
Removing unnecessary parens from :hidden.
blob
|
commitdiff
|
diff to current
2009-12-01
Yehuda Katz
Fix css("opacity") to not clobber other filters in...
blob
|
commitdiff
|
diff to current
2009-11-27
Karl Swedberg
added missing radix parameter for parseInt()
blob
|
commitdiff
|
diff to current
2009-11-11
John Resig
Landing tweak from 'haruka' that fixes non-pixel fontSi...
blob
|
commitdiff
|
diff to current
2009-10-26
John Resig
Moved a bunch of methods out of the jQuery-specific...
blob
|
commitdiff
|
diff to current
2009-09-09
Ariel Flesler
jquery core: Closes #5189. Added a generic function...
blob
|
commitdiff
|
diff to current
2009-07-19
John Resig
Broke out some of the inline RegExp from css.js. Goes...
blob
|
commitdiff
|
diff to current
2009-07-19
John Resig
Fixed various formatting issues in css.js.
blob
|
commitdiff
|
diff to current
2009-07-19
John Resig
Move cases of .replace(re, Function) out from inline...
blob
|
commitdiff
|
diff to current
2009-07-19
John Resig
Standardizing on .test() and .exec() - moving away...
blob
|
commitdiff
|
diff to current
2009-07-12
Yehuda Katz
Added test for css(String, Function) and css(Object...
blob
|
commitdiff
|
diff to current
2009-05-14
Brandon Aaron
tidy up fix for #3981, thanks matt kruse
blob
|
commitdiff
|
diff to current
2009-05-14
Brandon Aaron
opacity is now retrieved from stylesheet in IE. fixes...
blob
|
commitdiff
|
diff to current
2009-04-22
Brandon Aaron
fix for #4216. css now ignores negative numbers for...
blob
|
commitdiff
|
diff to current
2009-04-22
Brandon Aaron
fix for #3546. css now works with other windows than...
blob
|
commitdiff
|
diff to current
2009-03-22
Brandon Aaron
decoupling styles retrieval from the attr method
blob
|
commitdiff
|
diff to current