Broke the logic for .clean() wrap out into a separate, static, data structure. Also...
authorJohn Resig <jeresig@gmail.com>
Mon, 7 Sep 2009 20:55:36 +0000 (20:55 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 7 Sep 2009 20:55:36 +0000 (20:55 +0000)
commit520f1a26845252dd6d7fd5f3b5bb7779ba91eb2c
tree924ffe7ca3de200ac508224b806e1ef98f7e7035
parent9d8d74569c8114f9c9b0f42bca71536e154c5944
Broke the logic for .clean() wrap out into a separate, static, data structure. Also improved the performance of .html() looking for the case where .innerHTML can be used without problems. Also tweaked some cases where cleanData() was used, no need to use jQuery selectors in these cases.
Makefile
build.xml
src/manipulation.js
test/unit/manipulation.js