aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
Commit message (Expand)AuthorAgeFilesLines
...
* | Use window.getComputedStyle to prevent breaking jsdom/node.js . Fixes #12235Rick Waldron2012-08-101-2/+2
* | Fixes #1034 - Check for style.removeAttribute before calling itCorey Frang2012-08-061-1/+2
|/
* Per @gibson042, don't need .documentElement since Sizzle handles.Dave Methvin2012-07-261-1/+1
* Unbreak isHidden args, they're needed by the .filter() call.Dave Methvin2012-07-251-1/+2
* Fix #12148. Let .toggle() call the public .hide() for punching.Dave Methvin2012-07-251-7/+9
* Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876Oleg2012-07-251-2/+6
* Followup #12018, fix a test fail converting to pixels. Close gh-874.Mike Sherov2012-07-251-1/+1
* Clean up regexen; use common regex for numbers. Close gh-862.Richard Gibson2012-07-221-12/+11
* Fix #12088, Safari 5 and more percentages in getComputedStyleMike Sherov2012-07-221-5/+12
* Fixes a variety of typographical problems. Closes gh-853Chris Faulkner2012-07-111-3/+3
* Follow the style guide, lose 72 bytes! Closes gh-840.Mike Sherov2012-07-091-15/+8
* Fixes typo in commentRick Waldron2012-06-181-1/+1
* Update document.defaultView.getComputedStyle. Fixes #10373Rick Waldron2012-06-181-6/+8
* Fix #9505, percentage position values in Webkit, closes gh-825.Mike Sherov2012-06-151-13/+29
* Interim take on cross-module variables, closes gh-817.Richard Gibson2012-06-151-2/+2
* Don't swap to measure dimensions unless the element is display:none. #807 Fix...Mike Sherov2012-06-071-1/+1
* Less letterSpacing .animate() fail in IE. Fixes #8627Mike Sherov2012-06-061-2/+13
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-48/+45
* No need to dasherize and use getPropertyValue, closes gh-805.Mike Sherov2012-06-011-11/+2
* Fix #11787: Remove jQuery.curCSS, closes gh-801.Richard Gibson2012-05-311-3/+0
* Fix #11767. Modularize build and unit tests for exluding effects.Richard Gibson2012-05-281-10/+124
* Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788.Richard Gibson2012-05-241-48/+59
* Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793.Mike Sherov2012-05-241-1/+4
* Fix #10877. Make outerWidth/Height a setter. Closes gh-783.Mike Sherov2012-05-211-39/+55
* Opera announced they will start supporting the -webkit- prefix for a selected...jaubourg2012-04-281-1/+1
* Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042Corey Frang2012-04-231-8/+16
* define curCSS without temp vars to save 10 bytesMike Sherov2012-04-201-10/+4
* Remove unnec. else conditionMike Sherov2012-04-191-1/+1
* Fix 11004. getWH() box-sizing:border-box includes padding and border.Mike Sherov2012-04-101-25/+37
* Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.Mike Sherov2012-04-061-37/+72
* Use multiply rather than divide for speed.Oskari2012-04-041-1/+1
* Fix #7986. $.support.boxModel shan't be fooled by page-level CSS.Mike Sherov2012-02-241-1/+1
* Fix #11119: The curCSS function needs only 2 argumentscmc3cn2012-01-111-3/+3
* When the width/height computed unit is not pixels, return that instead. Fixes...timmywil2011-12-121-84/+92
* Fix #10858: CSS regexps recognize non-integer and explicit positive numbers.Richard Gibson2011-12-081-15/+7
* Fix #8498. Add cssHooks[prop].expand for use by animate().Mike Sherov2011-12-081-17/+43
* Fix #10639. Make percent-specified margins return px values in WebKit.Mike Sherov2011-12-061-2/+13
* Fix #10796. Allow IE<9 to retrieve uncomputed styles.Mike Sherov2011-12-061-3/+3
* Fix #10754. Have jQuery.swap() return the value of its callback.Mike Sherov2011-12-061-14/+11
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-7/+2
* use for loop instead of jQuery.each in getWH()Mike Sherov2011-11-101-11/+13
* Streamline getComputedStyle per @JustinDrake's observation.Dave Methvin2011-11-061-5/+2
* Fix a failing effects test in IE; minor style changes in effectstimmywil2011-11-011-3/+5
* Landing pull request 562. Make sure runtimeStyle isn't affected by dimensions...Mike Sherov2011-10-281-2/+3
* Cleanup spacing in css.js. Fixes #10601Rick Waldron2011-10-271-2/+2
* Landing pull request 553. Fallback to elem.style for disconnected nodes in wi...Mike Sherov2011-10-221-0/+4
* Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.Dave Methvin2011-10-111-1/+1
* Call .is(:visible) on the window or document does not thrown an error in IE. ...timmywil2011-09-191-1/+1
* Landing pull request 476. Fix lint complaints about unescaped -. Follow up to...rwldrn2011-08-261-1/+1
* Check for null before isNaN().Dave Methvin2011-08-161-1/+1