Added support for .before(), .after(), and .replaceWith() on disconnected DOM nodes...
authorJohn Resig <jeresig@gmail.com>
Mon, 14 Sep 2009 22:09:42 +0000 (22:09 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 14 Sep 2009 22:09:42 +0000 (22:09 +0000)
commit173c1477ae6efc4c2eeb7131ba0646c4e1323975
tree5fa02dc3ed17c1ca8661555792b6f74226b17cd5
parentbca82254137a161094377b2d8189c2d9d5906a0f
Added support for .before(), .after(), and .replaceWith() on disconnected DOM nodes. Fixes bug #3940.
src/manipulation.js
test/unit/manipulation.js