jeresig
|
3776cbe314
|
Standardize on using double-quotes for string literals.
|
2009-12-21 20:13:16 -05:00 |
|
jeresig
|
61e37d4149
|
Made a number of spacing changes to bring the code more-inline with the jQuery Core Style Guideline.
|
2009-12-21 19:58:13 -05:00 |
|
John Resig
|
cf72fba64f
|
Make sure that the defaultView exists before attempting to get at the computedStyle (makes it easier to hide items that don't have a view). Fixes #5619.
|
2009-12-09 20:58:49 -08:00 |
|
John Resig
|
4e9fed3b16
|
Made sure that css('width') and height returned string values, not numerical values. Fixes #5627.
|
2009-12-09 20:51:58 -08:00 |
|
jeresig
|
aae0617c83
|
Made sure that css() in IE handles negative non-px values correctly. Fixes #3331.
|
2009-12-05 15:12:02 -05:00 |
|
jeresig
|
6071e939c7
|
Minor syntactical changes to :visible and :hidden.
|
2009-12-05 15:02:45 -05:00 |
|
Yehuda Katz
|
d684122be0
|
Fixes a bug I introduced
|
2009-12-04 18:18:43 -08:00 |
|
jeresig
|
47293ebe15
|
Removing unnecessary parens from :hidden.
|
2009-12-03 11:59:59 -05:00 |
|
Yehuda Katz
|
64e4a879f9
|
Fix css("opacity") to not clobber other filters in IE. Closes #4707.
|
2009-12-01 11:40:28 -08:00 |
|
Karl Swedberg
|
a5efe9d3a6
|
added missing radix parameter for parseInt()
|
2009-11-28 04:09:14 +08:00 |
|
John Resig
|
449e099b97
|
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760.
|
2009-11-11 14:17:16 -05:00 |
|
John Resig
|
bbffc99f7c
|
Moved a bunch of methods out of the jQuery-specific Sizzle code into more-appropriate files, in jQuery itself.
|
2009-10-26 18:07:57 -04:00 |
|
Ariel Flesler
|
d1285504fb
|
jquery core: Closes #5189. Added a generic function to handle getting/setting key-value/setting a hash.
|
2009-09-09 21:14:28 +00:00 |
|
John Resig
|
627a32cea2
|
Broke out some of the inline RegExp from css.js. Goes towards fixing #4111.
|
2009-07-19 16:13:45 +00:00 |
|
John Resig
|
4d1f15c351
|
Fixed various formatting issues in css.js.
|
2009-07-19 16:08:17 +00:00 |
|
John Resig
|
f57d93bf18
|
Move cases of .replace(re, Function) out from inline (to avoid being redeclared on every use). Fixes #4114.
|
2009-07-19 15:57:43 +00:00 |
|
John Resig
|
0d5c3a68a0
|
Standardizing on .test() and .exec() - moving away from using .match() for RegExp. Fixes jQuery bug #4113.
|
2009-07-19 13:21:51 +00:00 |
|
Yehuda Katz
|
e8eff25f3b
|
Added test for css(String, Function) and css(Object) where values are Functions; fixed css(Object)
|
2009-07-12 18:31:26 +00:00 |
|
Brandon Aaron
|
ed087197ce
|
tidy up fix for #3981, thanks matt kruse
|
2009-05-14 18:46:58 +00:00 |
|
Brandon Aaron
|
ec3ebd3e8a
|
opacity is now retrieved from stylesheet in IE. fixes #3981
|
2009-05-14 14:44:31 +00:00 |
|
Brandon Aaron
|
6a049246a1
|
fix for #4216. css now ignores negative numbers for width and height when passed an object of props and vals.
|
2009-04-22 05:23:53 +00:00 |
|
Brandon Aaron
|
8be5792975
|
fix for #3546. css now works with other windows than just the one it was loaded in.
|
2009-04-22 04:39:44 +00:00 |
|
Brandon Aaron
|
d7d908b05a
|
decoupling styles retrieval from the attr method
|
2009-03-22 23:25:03 +00:00 |
|