Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/hasClass...
authorJohn Resig <jeresig@gmail.com>
Tue, 8 Sep 2009 01:07:50 +0000 (01:07 +0000)
committerJohn Resig <jeresig@gmail.com>
Tue, 8 Sep 2009 01:07:50 +0000 (01:07 +0000)
commit96dd06ea50674c77de4a5d953c227bb54d9276af
tree43b9a38494ec715501ff2d3d5029f5b602ab1c00
parent520f1a26845252dd6d7fd5f3b5bb7779ba91eb2c
Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/hasClass. Also rewrote the functions for additional performance.
src/attributes.js
test/unit/attributes.js