Simplified the structure of the .css() and .attr() methods (reducing the number of...
authorJohn Resig <jeresig@gmail.com>
Sat, 28 Feb 2009 20:23:48 +0000 (20:23 +0000)
committerJohn Resig <jeresig@gmail.com>
Sat, 28 Feb 2009 20:23:48 +0000 (20:23 +0000)
commitf1f5cd9f6a80b0de18cc0402f28b440f48b95f83
tree1c652483270eebb10441a2199d041aae360cb78f
parent1c8c3883a98d7d896efefe92eb0d22b1681e92f1
Simplified the structure of the .css() and .attr() methods (reducing the number of calls). Need to optimize $.css/$.curCSS/$.attr still. Fixes #4269.
src/core.js
test/unit/core.js