Moved a bunch of methods out of the jQuery-specific Sizzle code into more-appropriate...
[jquery.git] / src / css.js
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