Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong behavior described for multiple elements in append-ish methods #318

Closed
dmethvin opened this issue Jun 4, 2013 · 1 comment
Closed

Comments

@dmethvin
Copy link
Member

dmethvin commented Jun 4, 2013

If there is more than one target element, however, cloned copies of the inserted element will be created for each target after the first.

should be

If there is more than one target element, however, cloned copies of the inserted element will be created for each target except the last.

Affects .append(), .prepend(), .appendTo() etc.

@arthurvr
Copy link
Member

It looks like for append() and prepend() this is already fixed. I'm opening a PR for the other entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

3 participants