Made it so that you no longer need to build jQuery in order to run the test suite...
[jquery.git] / src / css.js
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-03-01 jeresigMade some code tweaks related to running jQuery through...
2009-12-22 jeresigStandardize on using double-quotes for string literals.
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-10 John ResigMake sure that the defaultView exists before attempting...
2009-12-10 John ResigMade sure that css('width') and height returned string...
2009-12-05 jeresigMade sure that css() in IE handles negative non-px...
2009-12-05 jeresigMinor syntactical changes to :visible and :hidden.
2009-12-05 Yehuda KatzFixes a bug I introduced
2009-12-03 jeresigRemoving unnecessary parens from :hidden.
2009-12-01 Yehuda KatzFix css("opacity") to not clobber other filters in...
2009-11-27 Karl Swedbergadded missing radix parameter for parseInt()
2009-11-11 John ResigLanding tweak from 'haruka' that fixes non-pixel fontSi...
2009-10-26 John ResigMoved a bunch of methods out of the jQuery-specific...
2009-09-09 Ariel Fleslerjquery core: Closes #5189. Added a generic function...
2009-07-19 John ResigBroke out some of the inline RegExp from css.js. Goes...
2009-07-19 John ResigFixed various formatting issues in css.js.
2009-07-19 John ResigMove cases of .replace(re, Function) out from inline...
2009-07-19 John ResigStandardizing on .test() and .exec() - moving away...
2009-07-12 Yehuda KatzAdded test for css(String, Function) and css(Object...
2009-05-14 Brandon Aarontidy up fix for #3981, thanks matt kruse
2009-05-14 Brandon Aaronopacity is now retrieved from stylesheet in IE. fixes...
2009-04-22 Brandon Aaronfix for #4216. css now ignores negative numbers for...
2009-04-22 Brandon Aaronfix for #3546. css now works with other windows than...
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method