On Wed, Sep 17, 2008 at 4:58 PM, Karl Rudd <[EMAIL PROTECTED]> wrote:

>
> Err remove() is chainable. It doesn't "return a DOM element", it
> "keeps hold" of the elements that it was called to remove from the
> DOM. So it acts just like replaceWith().
>
> There was a debate in the early stages of jQuery about whether or not
> methods (not including the base $/jQuery function) that created new
> objects should "select" those objects. As can be seen by the current
> state of things, it was decided against.


You're right. Thanks.

- Richard

Reply via email to