]> source.dussan.org Git - jquery.git/commit
Fixes #10021. Allow negative relative values for `.css()` (e.g., `"+=-20px"`) since...
authorDave Methvin <dave.methvin@gmail.com>
Tue, 16 Aug 2011 22:00:44 +0000 (18:00 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Tue, 16 Aug 2011 22:00:44 +0000 (18:00 -0400)
commit015328787cd2e52efbc77d1254ebcac13cc4ac53
tree3901aec082b1d14f0a1f586566ec417f06543b9a
parentb22c9046529852c7ce567df13397849e11e2b9cc
Fixes #10021. Allow negative relative values for `.css()` (e.g., `"+=-20px"`) since `.animate()` already allows it. Useful for when the relative value is a variable.
src/css.js
test/unit/css.js