Skip to content

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

Closed
@dmethvin

Description

@dmethvin

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions