git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Make sure that the contents of the element is still in place when html(Function)...
[jquery.git]
/
src
/
css.js
2010-09-28
John Resig
Make sure that mixed case alpha filters are handled...
blob
|
commitdiff
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