| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
way for the css array signature
Also, simplify the jQuery.css numeric coercion signature
|
| |
|
|
|
|
| |
solution by @maranomynet; test by @rwldrn.
|
| |
|
|\ |
|
| |
| |
| |
| | |
backgroundPosition
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
proof. Fixes #10227
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
Fixes issue in non IE browsers that happen to come down this path
|
| |
|
| |
|
|
|
|
| |
There is a slightly shorter way to do this but it's not Closure-friendly.
|
| |
|
| |
|
| |
|
|
|
|
| |
In particular, min-width and max-width are taunting the awesome hack. Closes gh-865.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #11293
|
| |
|
| |
|
|
|
|
| |
All invocations of curCSS are already camelcased. See the PR for discussion.
|
| |
|
|
|
|
| |
Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it.
|
| |
|
| |
|
| |
|
|
|
|
| |
selected set of css properties. Let's put the inspection of -webkit- prefix properties as the last one in case this propagates to the style object and/or other browsers (the cssPrefixes array is inspected from right to left).
|
| |
|