Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Brandon Aaron | 2010-09-02 | 1 | -32/+54 | |
| | | | | | | handles getting and setting certain css properties. This means normalizing properties like background-position can easily be done via plugins. They are similar in concept to the special event hooks. Return false from the hook to revert control back to jQuery's normal processes for getting and setting certain css properties. | |||||
* | Only attempt to use the IE technique for setting opacity if the filter ↵ | John Resig | 2010-08-26 | 1 | -1/+1 | |
| | | | | property exists (otherwise fallback to the standards-compatible technique). | |||||
* | Made it so that you no longer need to build jQuery in order to run the test ↵ | jeresig | 2010-03-23 | 1 | -1/+1 | |
| | | | | suite (but you'll still need a checkout of QUnit and Sizzle, at least). | |||||
* | More changes to get jQuery in line with JSLint. | jeresig | 2010-03-01 | 1 | -1/+1 | |
| | ||||||
* | Made some code tweaks related to running jQuery through JSLint (thanks to ↵ | jeresig | 2010-03-01 | 1 | -24/+29 | |
| | | | | Lorin Larson for the JSLint run). | |||||
* | Standardize on using double-quotes for string literals. | jeresig | 2009-12-21 | 1 | -3/+3 | |
| | ||||||
* | Made a number of spacing changes to bring the code more-inline with the ↵ | jeresig | 2009-12-21 | 1 | -3/+9 | |
| | | | | jQuery Core Style Guideline. | |||||
* | Make sure that the defaultView exists before attempting to get at the ↵ | John Resig | 2009-12-09 | 1 | -1/+7 | |
| | | | | computedStyle (makes it easier to hide items that don't have a view). Fixes #5619. | |||||
* | Made sure that css('width') and height returned string values, not numerical ↵ | John Resig | 2009-12-09 | 1 | -2/+2 | |
| | | | | values. Fixes #5627. | |||||
* | Made sure that css() in IE handles negative non-px values correctly. Fixes ↵ | jeresig | 2009-12-05 | 1 | -2/+2 | |
| | | | | #3331. | |||||
* | Minor syntactical changes to :visible and :hidden. | jeresig | 2009-12-05 | 1 | -8/+8 | |
| | ||||||
* | Fixes a bug I introduced | Yehuda Katz | 2009-12-04 | 1 | -1/+1 | |
| | ||||||
* | 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. ↵ | John Resig | 2009-11-11 | 1 | -2/+2 | |
| | | | | Fixes #760. | |||||
* | Moved a bunch of methods out of the jQuery-specific Sizzle code into ↵ | John Resig | 2009-10-26 | 1 | -0/+16 | |
| | | | | more-appropriate files, in jQuery itself. | |||||
* | jquery core: Closes #5189. Added a generic function to handle ↵ | Ariel Flesler | 2009-09-09 | 1 | -42/+8 | |
| | | | | getting/setting key-value/setting a hash. | |||||
* | 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 ↵ | John Resig | 2009-07-19 | 1 | -7/+6 | |
| | | | | redeclared on every use). Fixes #4114. | |||||
* | Standardizing on .test() and .exec() - moving away from using .match() for ↵ | John Resig | 2009-07-19 | 1 | -3/+3 | |
| | | | | RegExp. Fixes jQuery bug #4113. | |||||
* | Added test for css(String, Function) and css(Object) where values are ↵ | Yehuda Katz | 2009-07-12 | 1 | -3/+8 | |
| | | | | Functions; fixed css(Object) | |||||
* | 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 ↵ | Brandon Aaron | 2009-04-22 | 1 | -4/+4 | |
| | | | | passed an object of props and vals. | |||||
* | fix for #3546. css now works with other windows than just the one it was ↵ | Brandon Aaron | 2009-04-22 | 1 | -4/+4 | |
| | | | | loaded in. | |||||
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 1 | -0/+205 | |