Split out the fragment-building code from domManip. Switched core.js to using that...
authorJohn Resig <jeresig@gmail.com>
Mon, 7 Sep 2009 18:58:01 +0000 (18:58 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 7 Sep 2009 18:58:01 +0000 (18:58 +0000)
commit9d8d74569c8114f9c9b0f42bca71536e154c5944
tree7085d528a72276c5743e35db53a6245d39ea3a8f
parentb7d4e0e46cb2cad6f400173cd09ce44d1b8ad04e
Split out the fragment-building code from domManip. Switched core.js to using that instead. Also moved the standalone tag detection to $(...) for performance.
src/core.js
src/manipulation.js
test/unit/core.js