breaking jquery out into smaller modules. added attributes.js, manipulation.js, and...
authorBrandon Aaron <brandon.aaron@gmail.com>
Wed, 18 Mar 2009 21:15:38 +0000 (21:15 +0000)
committerBrandon Aaron <brandon.aaron@gmail.com>
Wed, 18 Mar 2009 21:15:38 +0000 (21:15 +0000)
commit7c04a64016c1f295dfdf4e731f693f8400a987bc
tree643bb78b46c5556d66367d509d4468275b132327
parent2c31a1624f72df3987cd1d0d3605c359658986e5
breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js
12 files changed:
Makefile
build.xml
src/attributes.js [new file with mode: 0644]
src/core.js
src/manipulation.js [new file with mode: 0644]
src/traversing.js [new file with mode: 0644]
test/index.html
test/unit/attributes.js [new file with mode: 0644]
test/unit/core.js
test/unit/fx.js
test/unit/manipulation.js [new file with mode: 0644]
test/unit/traversing.js [new file with mode: 0644]