Made it so that appendTo, etc. return the inserted elements (thus using pushStack...
authorJohn Resig <jeresig@gmail.com>
Wed, 18 Feb 2009 16:29:43 +0000 (16:29 +0000)
committerJohn Resig <jeresig@gmail.com>
Wed, 18 Feb 2009 16:29:43 +0000 (16:29 +0000)
commit75a973da35d4ad6583ebef8c389cebbef61bc5b4
treeb81d263a8a89654d1c914b38c7a739a378f84cb6
parent3e46bce751f062775be95a6bef3cf53096a3ed21
Made it so that appendTo, etc. return the inserted elements (thus using pushStack, as well). Fixes bugs #3966 and #4182.
src/core.js
test/unit/core.js